@aws-sdk/client-config-service 3.1045.0 → 3.1047.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 (326) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +210 -211
  5. package/dist-cjs/models/ConfigServiceServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +12 -14
  7. package/dist-cjs/runtimeConfig.js +18 -22
  8. package/dist-cjs/runtimeConfig.shared.js +9 -10
  9. package/dist-es/ConfigService.js +1 -1
  10. package/dist-es/ConfigServiceClient.js +5 -5
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/AssociateResourceTypesCommand.js +2 -2
  13. package/dist-es/commands/BatchGetAggregateResourceConfigCommand.js +2 -2
  14. package/dist-es/commands/BatchGetResourceConfigCommand.js +2 -2
  15. package/dist-es/commands/DeleteAggregationAuthorizationCommand.js +2 -2
  16. package/dist-es/commands/DeleteConfigRuleCommand.js +2 -2
  17. package/dist-es/commands/DeleteConfigurationAggregatorCommand.js +2 -2
  18. package/dist-es/commands/DeleteConfigurationRecorderCommand.js +2 -2
  19. package/dist-es/commands/DeleteConformancePackCommand.js +2 -2
  20. package/dist-es/commands/DeleteDeliveryChannelCommand.js +2 -2
  21. package/dist-es/commands/DeleteEvaluationResultsCommand.js +2 -2
  22. package/dist-es/commands/DeleteOrganizationConfigRuleCommand.js +2 -2
  23. package/dist-es/commands/DeleteOrganizationConformancePackCommand.js +2 -2
  24. package/dist-es/commands/DeletePendingAggregationRequestCommand.js +2 -2
  25. package/dist-es/commands/DeleteRemediationConfigurationCommand.js +2 -2
  26. package/dist-es/commands/DeleteRemediationExceptionsCommand.js +2 -2
  27. package/dist-es/commands/DeleteResourceConfigCommand.js +2 -2
  28. package/dist-es/commands/DeleteRetentionConfigurationCommand.js +2 -2
  29. package/dist-es/commands/DeleteServiceLinkedConfigurationRecorderCommand.js +2 -2
  30. package/dist-es/commands/DeleteStoredQueryCommand.js +2 -2
  31. package/dist-es/commands/DeliverConfigSnapshotCommand.js +2 -2
  32. package/dist-es/commands/DescribeAggregateComplianceByConfigRulesCommand.js +2 -2
  33. package/dist-es/commands/DescribeAggregateComplianceByConformancePacksCommand.js +2 -2
  34. package/dist-es/commands/DescribeAggregationAuthorizationsCommand.js +2 -2
  35. package/dist-es/commands/DescribeComplianceByConfigRuleCommand.js +2 -2
  36. package/dist-es/commands/DescribeComplianceByResourceCommand.js +2 -2
  37. package/dist-es/commands/DescribeConfigRuleEvaluationStatusCommand.js +2 -2
  38. package/dist-es/commands/DescribeConfigRulesCommand.js +2 -2
  39. package/dist-es/commands/DescribeConfigurationAggregatorSourcesStatusCommand.js +2 -2
  40. package/dist-es/commands/DescribeConfigurationAggregatorsCommand.js +2 -2
  41. package/dist-es/commands/DescribeConfigurationRecorderStatusCommand.js +2 -2
  42. package/dist-es/commands/DescribeConfigurationRecordersCommand.js +2 -2
  43. package/dist-es/commands/DescribeConformancePackComplianceCommand.js +2 -2
  44. package/dist-es/commands/DescribeConformancePackStatusCommand.js +2 -2
  45. package/dist-es/commands/DescribeConformancePacksCommand.js +2 -2
  46. package/dist-es/commands/DescribeDeliveryChannelStatusCommand.js +2 -2
  47. package/dist-es/commands/DescribeDeliveryChannelsCommand.js +2 -2
  48. package/dist-es/commands/DescribeOrganizationConfigRuleStatusesCommand.js +2 -2
  49. package/dist-es/commands/DescribeOrganizationConfigRulesCommand.js +2 -2
  50. package/dist-es/commands/DescribeOrganizationConformancePackStatusesCommand.js +2 -2
  51. package/dist-es/commands/DescribeOrganizationConformancePacksCommand.js +2 -2
  52. package/dist-es/commands/DescribePendingAggregationRequestsCommand.js +2 -2
  53. package/dist-es/commands/DescribeRemediationConfigurationsCommand.js +2 -2
  54. package/dist-es/commands/DescribeRemediationExceptionsCommand.js +2 -2
  55. package/dist-es/commands/DescribeRemediationExecutionStatusCommand.js +2 -2
  56. package/dist-es/commands/DescribeRetentionConfigurationsCommand.js +2 -2
  57. package/dist-es/commands/DisassociateResourceTypesCommand.js +2 -2
  58. package/dist-es/commands/GetAggregateComplianceDetailsByConfigRuleCommand.js +2 -2
  59. package/dist-es/commands/GetAggregateConfigRuleComplianceSummaryCommand.js +2 -2
  60. package/dist-es/commands/GetAggregateConformancePackComplianceSummaryCommand.js +2 -2
  61. package/dist-es/commands/GetAggregateDiscoveredResourceCountsCommand.js +2 -2
  62. package/dist-es/commands/GetAggregateResourceConfigCommand.js +2 -2
  63. package/dist-es/commands/GetComplianceDetailsByConfigRuleCommand.js +2 -2
  64. package/dist-es/commands/GetComplianceDetailsByResourceCommand.js +2 -2
  65. package/dist-es/commands/GetComplianceSummaryByConfigRuleCommand.js +2 -2
  66. package/dist-es/commands/GetComplianceSummaryByResourceTypeCommand.js +2 -2
  67. package/dist-es/commands/GetConformancePackComplianceDetailsCommand.js +2 -2
  68. package/dist-es/commands/GetConformancePackComplianceSummaryCommand.js +2 -2
  69. package/dist-es/commands/GetCustomRulePolicyCommand.js +2 -2
  70. package/dist-es/commands/GetDiscoveredResourceCountsCommand.js +2 -2
  71. package/dist-es/commands/GetOrganizationConfigRuleDetailedStatusCommand.js +2 -2
  72. package/dist-es/commands/GetOrganizationConformancePackDetailedStatusCommand.js +2 -2
  73. package/dist-es/commands/GetOrganizationCustomRulePolicyCommand.js +2 -2
  74. package/dist-es/commands/GetResourceConfigHistoryCommand.js +2 -2
  75. package/dist-es/commands/GetResourceEvaluationSummaryCommand.js +2 -2
  76. package/dist-es/commands/GetStoredQueryCommand.js +2 -2
  77. package/dist-es/commands/ListAggregateDiscoveredResourcesCommand.js +2 -2
  78. package/dist-es/commands/ListConfigurationRecordersCommand.js +2 -2
  79. package/dist-es/commands/ListConformancePackComplianceScoresCommand.js +2 -2
  80. package/dist-es/commands/ListDiscoveredResourcesCommand.js +2 -2
  81. package/dist-es/commands/ListResourceEvaluationsCommand.js +2 -2
  82. package/dist-es/commands/ListStoredQueriesCommand.js +2 -2
  83. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  84. package/dist-es/commands/PutAggregationAuthorizationCommand.js +2 -2
  85. package/dist-es/commands/PutConfigRuleCommand.js +2 -2
  86. package/dist-es/commands/PutConfigurationAggregatorCommand.js +2 -2
  87. package/dist-es/commands/PutConfigurationRecorderCommand.js +2 -2
  88. package/dist-es/commands/PutConformancePackCommand.js +2 -2
  89. package/dist-es/commands/PutDeliveryChannelCommand.js +2 -2
  90. package/dist-es/commands/PutEvaluationsCommand.js +2 -2
  91. package/dist-es/commands/PutExternalEvaluationCommand.js +2 -2
  92. package/dist-es/commands/PutOrganizationConfigRuleCommand.js +2 -2
  93. package/dist-es/commands/PutOrganizationConformancePackCommand.js +2 -2
  94. package/dist-es/commands/PutRemediationConfigurationsCommand.js +2 -2
  95. package/dist-es/commands/PutRemediationExceptionsCommand.js +2 -2
  96. package/dist-es/commands/PutResourceConfigCommand.js +2 -2
  97. package/dist-es/commands/PutRetentionConfigurationCommand.js +2 -2
  98. package/dist-es/commands/PutServiceLinkedConfigurationRecorderCommand.js +2 -2
  99. package/dist-es/commands/PutStoredQueryCommand.js +2 -2
  100. package/dist-es/commands/SelectAggregateResourceConfigCommand.js +2 -2
  101. package/dist-es/commands/SelectResourceConfigCommand.js +2 -2
  102. package/dist-es/commands/StartConfigRulesEvaluationCommand.js +2 -2
  103. package/dist-es/commands/StartConfigurationRecorderCommand.js +2 -2
  104. package/dist-es/commands/StartRemediationExecutionCommand.js +2 -2
  105. package/dist-es/commands/StartResourceEvaluationCommand.js +2 -2
  106. package/dist-es/commands/StopConfigurationRecorderCommand.js +2 -2
  107. package/dist-es/commands/TagResourceCommand.js +2 -2
  108. package/dist-es/commands/UntagResourceCommand.js +2 -2
  109. package/dist-es/endpoint/bdd.js +1 -1
  110. package/dist-es/endpoint/endpointResolver.js +1 -1
  111. package/dist-es/models/ConfigServiceServiceException.js +1 -1
  112. package/dist-es/runtimeConfig.browser.js +4 -6
  113. package/dist-es/runtimeConfig.js +4 -8
  114. package/dist-es/runtimeConfig.shared.js +3 -4
  115. package/dist-es/runtimeExtensions.js +2 -2
  116. package/dist-types/ConfigServiceClient.d.ts +5 -5
  117. package/dist-types/commands/AssociateResourceTypesCommand.d.ts +6 -4
  118. package/dist-types/commands/BatchGetAggregateResourceConfigCommand.d.ts +6 -4
  119. package/dist-types/commands/BatchGetResourceConfigCommand.d.ts +6 -4
  120. package/dist-types/commands/DeleteAggregationAuthorizationCommand.d.ts +6 -4
  121. package/dist-types/commands/DeleteConfigRuleCommand.d.ts +6 -4
  122. package/dist-types/commands/DeleteConfigurationAggregatorCommand.d.ts +6 -4
  123. package/dist-types/commands/DeleteConfigurationRecorderCommand.d.ts +6 -4
  124. package/dist-types/commands/DeleteConformancePackCommand.d.ts +6 -4
  125. package/dist-types/commands/DeleteDeliveryChannelCommand.d.ts +6 -4
  126. package/dist-types/commands/DeleteEvaluationResultsCommand.d.ts +6 -4
  127. package/dist-types/commands/DeleteOrganizationConfigRuleCommand.d.ts +6 -4
  128. package/dist-types/commands/DeleteOrganizationConformancePackCommand.d.ts +6 -4
  129. package/dist-types/commands/DeletePendingAggregationRequestCommand.d.ts +6 -4
  130. package/dist-types/commands/DeleteRemediationConfigurationCommand.d.ts +6 -4
  131. package/dist-types/commands/DeleteRemediationExceptionsCommand.d.ts +6 -4
  132. package/dist-types/commands/DeleteResourceConfigCommand.d.ts +6 -4
  133. package/dist-types/commands/DeleteRetentionConfigurationCommand.d.ts +6 -4
  134. package/dist-types/commands/DeleteServiceLinkedConfigurationRecorderCommand.d.ts +6 -4
  135. package/dist-types/commands/DeleteStoredQueryCommand.d.ts +6 -4
  136. package/dist-types/commands/DeliverConfigSnapshotCommand.d.ts +6 -4
  137. package/dist-types/commands/DescribeAggregateComplianceByConfigRulesCommand.d.ts +6 -4
  138. package/dist-types/commands/DescribeAggregateComplianceByConformancePacksCommand.d.ts +6 -4
  139. package/dist-types/commands/DescribeAggregationAuthorizationsCommand.d.ts +6 -4
  140. package/dist-types/commands/DescribeComplianceByConfigRuleCommand.d.ts +6 -4
  141. package/dist-types/commands/DescribeComplianceByResourceCommand.d.ts +6 -4
  142. package/dist-types/commands/DescribeConfigRuleEvaluationStatusCommand.d.ts +6 -4
  143. package/dist-types/commands/DescribeConfigRulesCommand.d.ts +6 -4
  144. package/dist-types/commands/DescribeConfigurationAggregatorSourcesStatusCommand.d.ts +6 -4
  145. package/dist-types/commands/DescribeConfigurationAggregatorsCommand.d.ts +6 -4
  146. package/dist-types/commands/DescribeConfigurationRecorderStatusCommand.d.ts +6 -4
  147. package/dist-types/commands/DescribeConfigurationRecordersCommand.d.ts +6 -4
  148. package/dist-types/commands/DescribeConformancePackComplianceCommand.d.ts +6 -4
  149. package/dist-types/commands/DescribeConformancePackStatusCommand.d.ts +6 -4
  150. package/dist-types/commands/DescribeConformancePacksCommand.d.ts +6 -4
  151. package/dist-types/commands/DescribeDeliveryChannelStatusCommand.d.ts +6 -4
  152. package/dist-types/commands/DescribeDeliveryChannelsCommand.d.ts +6 -4
  153. package/dist-types/commands/DescribeOrganizationConfigRuleStatusesCommand.d.ts +6 -4
  154. package/dist-types/commands/DescribeOrganizationConfigRulesCommand.d.ts +6 -4
  155. package/dist-types/commands/DescribeOrganizationConformancePackStatusesCommand.d.ts +6 -4
  156. package/dist-types/commands/DescribeOrganizationConformancePacksCommand.d.ts +6 -4
  157. package/dist-types/commands/DescribePendingAggregationRequestsCommand.d.ts +6 -4
  158. package/dist-types/commands/DescribeRemediationConfigurationsCommand.d.ts +6 -4
  159. package/dist-types/commands/DescribeRemediationExceptionsCommand.d.ts +6 -4
  160. package/dist-types/commands/DescribeRemediationExecutionStatusCommand.d.ts +6 -4
  161. package/dist-types/commands/DescribeRetentionConfigurationsCommand.d.ts +6 -4
  162. package/dist-types/commands/DisassociateResourceTypesCommand.d.ts +6 -4
  163. package/dist-types/commands/GetAggregateComplianceDetailsByConfigRuleCommand.d.ts +6 -4
  164. package/dist-types/commands/GetAggregateConfigRuleComplianceSummaryCommand.d.ts +6 -4
  165. package/dist-types/commands/GetAggregateConformancePackComplianceSummaryCommand.d.ts +6 -4
  166. package/dist-types/commands/GetAggregateDiscoveredResourceCountsCommand.d.ts +6 -4
  167. package/dist-types/commands/GetAggregateResourceConfigCommand.d.ts +6 -4
  168. package/dist-types/commands/GetComplianceDetailsByConfigRuleCommand.d.ts +6 -4
  169. package/dist-types/commands/GetComplianceDetailsByResourceCommand.d.ts +6 -4
  170. package/dist-types/commands/GetComplianceSummaryByConfigRuleCommand.d.ts +6 -4
  171. package/dist-types/commands/GetComplianceSummaryByResourceTypeCommand.d.ts +6 -4
  172. package/dist-types/commands/GetConformancePackComplianceDetailsCommand.d.ts +6 -4
  173. package/dist-types/commands/GetConformancePackComplianceSummaryCommand.d.ts +6 -4
  174. package/dist-types/commands/GetCustomRulePolicyCommand.d.ts +6 -4
  175. package/dist-types/commands/GetDiscoveredResourceCountsCommand.d.ts +6 -4
  176. package/dist-types/commands/GetOrganizationConfigRuleDetailedStatusCommand.d.ts +6 -4
  177. package/dist-types/commands/GetOrganizationConformancePackDetailedStatusCommand.d.ts +6 -4
  178. package/dist-types/commands/GetOrganizationCustomRulePolicyCommand.d.ts +6 -4
  179. package/dist-types/commands/GetResourceConfigHistoryCommand.d.ts +6 -4
  180. package/dist-types/commands/GetResourceEvaluationSummaryCommand.d.ts +6 -4
  181. package/dist-types/commands/GetStoredQueryCommand.d.ts +6 -4
  182. package/dist-types/commands/ListAggregateDiscoveredResourcesCommand.d.ts +6 -4
  183. package/dist-types/commands/ListConfigurationRecordersCommand.d.ts +6 -4
  184. package/dist-types/commands/ListConformancePackComplianceScoresCommand.d.ts +6 -4
  185. package/dist-types/commands/ListDiscoveredResourcesCommand.d.ts +6 -4
  186. package/dist-types/commands/ListResourceEvaluationsCommand.d.ts +6 -4
  187. package/dist-types/commands/ListStoredQueriesCommand.d.ts +6 -4
  188. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
  189. package/dist-types/commands/PutAggregationAuthorizationCommand.d.ts +6 -4
  190. package/dist-types/commands/PutConfigRuleCommand.d.ts +6 -4
  191. package/dist-types/commands/PutConfigurationAggregatorCommand.d.ts +6 -4
  192. package/dist-types/commands/PutConfigurationRecorderCommand.d.ts +6 -4
  193. package/dist-types/commands/PutConformancePackCommand.d.ts +6 -4
  194. package/dist-types/commands/PutDeliveryChannelCommand.d.ts +6 -4
  195. package/dist-types/commands/PutEvaluationsCommand.d.ts +6 -4
  196. package/dist-types/commands/PutExternalEvaluationCommand.d.ts +6 -4
  197. package/dist-types/commands/PutOrganizationConfigRuleCommand.d.ts +6 -4
  198. package/dist-types/commands/PutOrganizationConformancePackCommand.d.ts +6 -4
  199. package/dist-types/commands/PutRemediationConfigurationsCommand.d.ts +6 -4
  200. package/dist-types/commands/PutRemediationExceptionsCommand.d.ts +6 -4
  201. package/dist-types/commands/PutResourceConfigCommand.d.ts +6 -4
  202. package/dist-types/commands/PutRetentionConfigurationCommand.d.ts +6 -4
  203. package/dist-types/commands/PutServiceLinkedConfigurationRecorderCommand.d.ts +6 -4
  204. package/dist-types/commands/PutStoredQueryCommand.d.ts +6 -4
  205. package/dist-types/commands/SelectAggregateResourceConfigCommand.d.ts +6 -4
  206. package/dist-types/commands/SelectResourceConfigCommand.d.ts +6 -4
  207. package/dist-types/commands/StartConfigRulesEvaluationCommand.d.ts +6 -4
  208. package/dist-types/commands/StartConfigurationRecorderCommand.d.ts +6 -4
  209. package/dist-types/commands/StartRemediationExecutionCommand.d.ts +6 -4
  210. package/dist-types/commands/StartResourceEvaluationCommand.d.ts +6 -4
  211. package/dist-types/commands/StopConfigurationRecorderCommand.d.ts +6 -4
  212. package/dist-types/commands/TagResourceCommand.d.ts +6 -4
  213. package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
  214. package/dist-types/endpoint/bdd.d.ts +1 -1
  215. package/dist-types/extensionConfiguration.d.ts +1 -1
  216. package/dist-types/models/ConfigServiceServiceException.d.ts +1 -1
  217. package/dist-types/models/errors.d.ts +1 -1
  218. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  219. package/dist-types/runtimeConfig.d.ts +2 -2
  220. package/dist-types/runtimeConfig.native.d.ts +2 -2
  221. package/dist-types/ts3.4/ConfigServiceClient.d.ts +8 -14
  222. package/dist-types/ts3.4/commands/AssociateResourceTypesCommand.d.ts +6 -4
  223. package/dist-types/ts3.4/commands/BatchGetAggregateResourceConfigCommand.d.ts +6 -4
  224. package/dist-types/ts3.4/commands/BatchGetResourceConfigCommand.d.ts +6 -4
  225. package/dist-types/ts3.4/commands/DeleteAggregationAuthorizationCommand.d.ts +6 -4
  226. package/dist-types/ts3.4/commands/DeleteConfigRuleCommand.d.ts +6 -4
  227. package/dist-types/ts3.4/commands/DeleteConfigurationAggregatorCommand.d.ts +6 -4
  228. package/dist-types/ts3.4/commands/DeleteConfigurationRecorderCommand.d.ts +6 -4
  229. package/dist-types/ts3.4/commands/DeleteConformancePackCommand.d.ts +6 -4
  230. package/dist-types/ts3.4/commands/DeleteDeliveryChannelCommand.d.ts +6 -4
  231. package/dist-types/ts3.4/commands/DeleteEvaluationResultsCommand.d.ts +6 -4
  232. package/dist-types/ts3.4/commands/DeleteOrganizationConfigRuleCommand.d.ts +6 -4
  233. package/dist-types/ts3.4/commands/DeleteOrganizationConformancePackCommand.d.ts +6 -4
  234. package/dist-types/ts3.4/commands/DeletePendingAggregationRequestCommand.d.ts +6 -4
  235. package/dist-types/ts3.4/commands/DeleteRemediationConfigurationCommand.d.ts +6 -4
  236. package/dist-types/ts3.4/commands/DeleteRemediationExceptionsCommand.d.ts +6 -4
  237. package/dist-types/ts3.4/commands/DeleteResourceConfigCommand.d.ts +6 -4
  238. package/dist-types/ts3.4/commands/DeleteRetentionConfigurationCommand.d.ts +6 -4
  239. package/dist-types/ts3.4/commands/DeleteServiceLinkedConfigurationRecorderCommand.d.ts +6 -4
  240. package/dist-types/ts3.4/commands/DeleteStoredQueryCommand.d.ts +6 -4
  241. package/dist-types/ts3.4/commands/DeliverConfigSnapshotCommand.d.ts +6 -4
  242. package/dist-types/ts3.4/commands/DescribeAggregateComplianceByConfigRulesCommand.d.ts +6 -4
  243. package/dist-types/ts3.4/commands/DescribeAggregateComplianceByConformancePacksCommand.d.ts +6 -4
  244. package/dist-types/ts3.4/commands/DescribeAggregationAuthorizationsCommand.d.ts +6 -4
  245. package/dist-types/ts3.4/commands/DescribeComplianceByConfigRuleCommand.d.ts +6 -4
  246. package/dist-types/ts3.4/commands/DescribeComplianceByResourceCommand.d.ts +6 -4
  247. package/dist-types/ts3.4/commands/DescribeConfigRuleEvaluationStatusCommand.d.ts +6 -4
  248. package/dist-types/ts3.4/commands/DescribeConfigRulesCommand.d.ts +6 -4
  249. package/dist-types/ts3.4/commands/DescribeConfigurationAggregatorSourcesStatusCommand.d.ts +6 -4
  250. package/dist-types/ts3.4/commands/DescribeConfigurationAggregatorsCommand.d.ts +6 -4
  251. package/dist-types/ts3.4/commands/DescribeConfigurationRecorderStatusCommand.d.ts +6 -4
  252. package/dist-types/ts3.4/commands/DescribeConfigurationRecordersCommand.d.ts +6 -4
  253. package/dist-types/ts3.4/commands/DescribeConformancePackComplianceCommand.d.ts +6 -4
  254. package/dist-types/ts3.4/commands/DescribeConformancePackStatusCommand.d.ts +6 -4
  255. package/dist-types/ts3.4/commands/DescribeConformancePacksCommand.d.ts +6 -4
  256. package/dist-types/ts3.4/commands/DescribeDeliveryChannelStatusCommand.d.ts +6 -4
  257. package/dist-types/ts3.4/commands/DescribeDeliveryChannelsCommand.d.ts +6 -4
  258. package/dist-types/ts3.4/commands/DescribeOrganizationConfigRuleStatusesCommand.d.ts +6 -4
  259. package/dist-types/ts3.4/commands/DescribeOrganizationConfigRulesCommand.d.ts +6 -4
  260. package/dist-types/ts3.4/commands/DescribeOrganizationConformancePackStatusesCommand.d.ts +6 -4
  261. package/dist-types/ts3.4/commands/DescribeOrganizationConformancePacksCommand.d.ts +6 -4
  262. package/dist-types/ts3.4/commands/DescribePendingAggregationRequestsCommand.d.ts +6 -4
  263. package/dist-types/ts3.4/commands/DescribeRemediationConfigurationsCommand.d.ts +6 -4
  264. package/dist-types/ts3.4/commands/DescribeRemediationExceptionsCommand.d.ts +6 -4
  265. package/dist-types/ts3.4/commands/DescribeRemediationExecutionStatusCommand.d.ts +6 -4
  266. package/dist-types/ts3.4/commands/DescribeRetentionConfigurationsCommand.d.ts +6 -4
  267. package/dist-types/ts3.4/commands/DisassociateResourceTypesCommand.d.ts +6 -4
  268. package/dist-types/ts3.4/commands/GetAggregateComplianceDetailsByConfigRuleCommand.d.ts +6 -4
  269. package/dist-types/ts3.4/commands/GetAggregateConfigRuleComplianceSummaryCommand.d.ts +6 -4
  270. package/dist-types/ts3.4/commands/GetAggregateConformancePackComplianceSummaryCommand.d.ts +6 -4
  271. package/dist-types/ts3.4/commands/GetAggregateDiscoveredResourceCountsCommand.d.ts +6 -4
  272. package/dist-types/ts3.4/commands/GetAggregateResourceConfigCommand.d.ts +6 -4
  273. package/dist-types/ts3.4/commands/GetComplianceDetailsByConfigRuleCommand.d.ts +6 -4
  274. package/dist-types/ts3.4/commands/GetComplianceDetailsByResourceCommand.d.ts +6 -4
  275. package/dist-types/ts3.4/commands/GetComplianceSummaryByConfigRuleCommand.d.ts +6 -4
  276. package/dist-types/ts3.4/commands/GetComplianceSummaryByResourceTypeCommand.d.ts +6 -4
  277. package/dist-types/ts3.4/commands/GetConformancePackComplianceDetailsCommand.d.ts +6 -4
  278. package/dist-types/ts3.4/commands/GetConformancePackComplianceSummaryCommand.d.ts +6 -4
  279. package/dist-types/ts3.4/commands/GetCustomRulePolicyCommand.d.ts +6 -4
  280. package/dist-types/ts3.4/commands/GetDiscoveredResourceCountsCommand.d.ts +6 -4
  281. package/dist-types/ts3.4/commands/GetOrganizationConfigRuleDetailedStatusCommand.d.ts +6 -4
  282. package/dist-types/ts3.4/commands/GetOrganizationConformancePackDetailedStatusCommand.d.ts +6 -4
  283. package/dist-types/ts3.4/commands/GetOrganizationCustomRulePolicyCommand.d.ts +6 -4
  284. package/dist-types/ts3.4/commands/GetResourceConfigHistoryCommand.d.ts +6 -4
  285. package/dist-types/ts3.4/commands/GetResourceEvaluationSummaryCommand.d.ts +6 -4
  286. package/dist-types/ts3.4/commands/GetStoredQueryCommand.d.ts +6 -4
  287. package/dist-types/ts3.4/commands/ListAggregateDiscoveredResourcesCommand.d.ts +6 -4
  288. package/dist-types/ts3.4/commands/ListConfigurationRecordersCommand.d.ts +6 -4
  289. package/dist-types/ts3.4/commands/ListConformancePackComplianceScoresCommand.d.ts +6 -4
  290. package/dist-types/ts3.4/commands/ListDiscoveredResourcesCommand.d.ts +6 -4
  291. package/dist-types/ts3.4/commands/ListResourceEvaluationsCommand.d.ts +6 -4
  292. package/dist-types/ts3.4/commands/ListStoredQueriesCommand.d.ts +6 -4
  293. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
  294. package/dist-types/ts3.4/commands/PutAggregationAuthorizationCommand.d.ts +6 -4
  295. package/dist-types/ts3.4/commands/PutConfigRuleCommand.d.ts +6 -4
  296. package/dist-types/ts3.4/commands/PutConfigurationAggregatorCommand.d.ts +6 -4
  297. package/dist-types/ts3.4/commands/PutConfigurationRecorderCommand.d.ts +6 -4
  298. package/dist-types/ts3.4/commands/PutConformancePackCommand.d.ts +6 -4
  299. package/dist-types/ts3.4/commands/PutDeliveryChannelCommand.d.ts +6 -4
  300. package/dist-types/ts3.4/commands/PutEvaluationsCommand.d.ts +6 -4
  301. package/dist-types/ts3.4/commands/PutExternalEvaluationCommand.d.ts +6 -4
  302. package/dist-types/ts3.4/commands/PutOrganizationConfigRuleCommand.d.ts +6 -4
  303. package/dist-types/ts3.4/commands/PutOrganizationConformancePackCommand.d.ts +6 -4
  304. package/dist-types/ts3.4/commands/PutRemediationConfigurationsCommand.d.ts +6 -4
  305. package/dist-types/ts3.4/commands/PutRemediationExceptionsCommand.d.ts +6 -4
  306. package/dist-types/ts3.4/commands/PutResourceConfigCommand.d.ts +6 -4
  307. package/dist-types/ts3.4/commands/PutRetentionConfigurationCommand.d.ts +6 -4
  308. package/dist-types/ts3.4/commands/PutServiceLinkedConfigurationRecorderCommand.d.ts +6 -4
  309. package/dist-types/ts3.4/commands/PutStoredQueryCommand.d.ts +6 -4
  310. package/dist-types/ts3.4/commands/SelectAggregateResourceConfigCommand.d.ts +6 -4
  311. package/dist-types/ts3.4/commands/SelectResourceConfigCommand.d.ts +6 -4
  312. package/dist-types/ts3.4/commands/StartConfigRulesEvaluationCommand.d.ts +6 -4
  313. package/dist-types/ts3.4/commands/StartConfigurationRecorderCommand.d.ts +6 -4
  314. package/dist-types/ts3.4/commands/StartRemediationExecutionCommand.d.ts +6 -4
  315. package/dist-types/ts3.4/commands/StartResourceEvaluationCommand.d.ts +6 -4
  316. package/dist-types/ts3.4/commands/StopConfigurationRecorderCommand.d.ts +6 -4
  317. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
  318. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
  319. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  320. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  321. package/dist-types/ts3.4/models/ConfigServiceServiceException.d.ts +1 -1
  322. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  323. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  324. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  325. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  326. package/package.json +13 -34
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient";
4
4
  import type { DescribeAggregationAuthorizationsRequest, DescribeAggregationAuthorizationsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeAggregationAuthorizationsCommandInput extends DescribeA
22
22
  export interface DescribeAggregationAuthorizationsCommandOutput extends DescribeAggregationAuthorizationsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeAggregationAuthorizationsCommand_base: {
25
- new (input: DescribeAggregationAuthorizationsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAggregationAuthorizationsCommandInput, DescribeAggregationAuthorizationsCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeAggregationAuthorizationsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeAggregationAuthorizationsCommandInput, DescribeAggregationAuthorizationsCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeAggregationAuthorizationsCommandInput): import("@smithy/core/client").CommandImpl<DescribeAggregationAuthorizationsCommandInput, DescribeAggregationAuthorizationsCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [DescribeAggregationAuthorizationsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeAggregationAuthorizationsCommandInput, DescribeAggregationAuthorizationsCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns a list of authorizations granted to various aggregator
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient";
4
4
  import type { DescribeComplianceByConfigRuleRequest, DescribeComplianceByConfigRuleResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeComplianceByConfigRuleCommandInput extends DescribeComp
22
22
  export interface DescribeComplianceByConfigRuleCommandOutput extends DescribeComplianceByConfigRuleResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeComplianceByConfigRuleCommand_base: {
25
- new (input: DescribeComplianceByConfigRuleCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeComplianceByConfigRuleCommandInput, DescribeComplianceByConfigRuleCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeComplianceByConfigRuleCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeComplianceByConfigRuleCommandInput, DescribeComplianceByConfigRuleCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeComplianceByConfigRuleCommandInput): import("@smithy/core/client").CommandImpl<DescribeComplianceByConfigRuleCommandInput, DescribeComplianceByConfigRuleCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [DescribeComplianceByConfigRuleCommandInput]): import("@smithy/core/client").CommandImpl<DescribeComplianceByConfigRuleCommandInput, DescribeComplianceByConfigRuleCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Indicates whether the specified Config rules are compliant.
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient";
4
4
  import type { DescribeComplianceByResourceRequest, DescribeComplianceByResourceResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeComplianceByResourceCommandInput extends DescribeCompli
22
22
  export interface DescribeComplianceByResourceCommandOutput extends DescribeComplianceByResourceResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeComplianceByResourceCommand_base: {
25
- new (input: DescribeComplianceByResourceCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeComplianceByResourceCommandInput, DescribeComplianceByResourceCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeComplianceByResourceCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeComplianceByResourceCommandInput, DescribeComplianceByResourceCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeComplianceByResourceCommandInput): import("@smithy/core/client").CommandImpl<DescribeComplianceByResourceCommandInput, DescribeComplianceByResourceCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [DescribeComplianceByResourceCommandInput]): import("@smithy/core/client").CommandImpl<DescribeComplianceByResourceCommandInput, DescribeComplianceByResourceCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Indicates whether the specified Amazon Web Services resources are compliant. If
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient";
4
4
  import type { DescribeConfigRuleEvaluationStatusRequest, DescribeConfigRuleEvaluationStatusResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeConfigRuleEvaluationStatusCommandInput extends Describe
22
22
  export interface DescribeConfigRuleEvaluationStatusCommandOutput extends DescribeConfigRuleEvaluationStatusResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeConfigRuleEvaluationStatusCommand_base: {
25
- new (input: DescribeConfigRuleEvaluationStatusCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeConfigRuleEvaluationStatusCommandInput, DescribeConfigRuleEvaluationStatusCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeConfigRuleEvaluationStatusCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeConfigRuleEvaluationStatusCommandInput, DescribeConfigRuleEvaluationStatusCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeConfigRuleEvaluationStatusCommandInput): import("@smithy/core/client").CommandImpl<DescribeConfigRuleEvaluationStatusCommandInput, DescribeConfigRuleEvaluationStatusCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [DescribeConfigRuleEvaluationStatusCommandInput]): import("@smithy/core/client").CommandImpl<DescribeConfigRuleEvaluationStatusCommandInput, DescribeConfigRuleEvaluationStatusCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns status information for each of your Config managed rules. The status includes information such as the last time Config invoked the rule, the last time Config failed to invoke
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient";
4
4
  import type { DescribeConfigRulesRequest, DescribeConfigRulesResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeConfigRulesCommandInput extends DescribeConfigRulesRequ
22
22
  export interface DescribeConfigRulesCommandOutput extends DescribeConfigRulesResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeConfigRulesCommand_base: {
25
- new (input: DescribeConfigRulesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeConfigRulesCommandInput, DescribeConfigRulesCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeConfigRulesCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeConfigRulesCommandInput, DescribeConfigRulesCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeConfigRulesCommandInput): import("@smithy/core/client").CommandImpl<DescribeConfigRulesCommandInput, DescribeConfigRulesCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [DescribeConfigRulesCommandInput]): import("@smithy/core/client").CommandImpl<DescribeConfigRulesCommandInput, DescribeConfigRulesCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns details about your Config rules.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient";
4
4
  import type { DescribeConfigurationAggregatorSourcesStatusRequest, DescribeConfigurationAggregatorSourcesStatusResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeConfigurationAggregatorSourcesStatusCommandInput extend
22
22
  export interface DescribeConfigurationAggregatorSourcesStatusCommandOutput extends DescribeConfigurationAggregatorSourcesStatusResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeConfigurationAggregatorSourcesStatusCommand_base: {
25
- new (input: DescribeConfigurationAggregatorSourcesStatusCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeConfigurationAggregatorSourcesStatusCommandInput, DescribeConfigurationAggregatorSourcesStatusCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeConfigurationAggregatorSourcesStatusCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeConfigurationAggregatorSourcesStatusCommandInput, DescribeConfigurationAggregatorSourcesStatusCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeConfigurationAggregatorSourcesStatusCommandInput): import("@smithy/core/client").CommandImpl<DescribeConfigurationAggregatorSourcesStatusCommandInput, DescribeConfigurationAggregatorSourcesStatusCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeConfigurationAggregatorSourcesStatusCommandInput): import("@smithy/core/client").CommandImpl<DescribeConfigurationAggregatorSourcesStatusCommandInput, DescribeConfigurationAggregatorSourcesStatusCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns status information for sources within an aggregator.
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient";
4
4
  import type { DescribeConfigurationAggregatorsRequest, DescribeConfigurationAggregatorsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeConfigurationAggregatorsCommandInput extends DescribeCo
22
22
  export interface DescribeConfigurationAggregatorsCommandOutput extends DescribeConfigurationAggregatorsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeConfigurationAggregatorsCommand_base: {
25
- new (input: DescribeConfigurationAggregatorsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeConfigurationAggregatorsCommandInput, DescribeConfigurationAggregatorsCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeConfigurationAggregatorsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeConfigurationAggregatorsCommandInput, DescribeConfigurationAggregatorsCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeConfigurationAggregatorsCommandInput): import("@smithy/core/client").CommandImpl<DescribeConfigurationAggregatorsCommandInput, DescribeConfigurationAggregatorsCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [DescribeConfigurationAggregatorsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeConfigurationAggregatorsCommandInput, DescribeConfigurationAggregatorsCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns the details of one or more configuration aggregators.
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient";
4
4
  import type { DescribeConfigurationRecorderStatusRequest, DescribeConfigurationRecorderStatusResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeConfigurationRecorderStatusCommandInput extends Describ
22
22
  export interface DescribeConfigurationRecorderStatusCommandOutput extends DescribeConfigurationRecorderStatusResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeConfigurationRecorderStatusCommand_base: {
25
- new (input: DescribeConfigurationRecorderStatusCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeConfigurationRecorderStatusCommandInput, DescribeConfigurationRecorderStatusCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeConfigurationRecorderStatusCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeConfigurationRecorderStatusCommandInput, DescribeConfigurationRecorderStatusCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeConfigurationRecorderStatusCommandInput): import("@smithy/core/client").CommandImpl<DescribeConfigurationRecorderStatusCommandInput, DescribeConfigurationRecorderStatusCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [DescribeConfigurationRecorderStatusCommandInput]): import("@smithy/core/client").CommandImpl<DescribeConfigurationRecorderStatusCommandInput, DescribeConfigurationRecorderStatusCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns the current status of the configuration
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient";
4
4
  import type { DescribeConfigurationRecordersRequest, DescribeConfigurationRecordersResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeConfigurationRecordersCommandInput extends DescribeConf
22
22
  export interface DescribeConfigurationRecordersCommandOutput extends DescribeConfigurationRecordersResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeConfigurationRecordersCommand_base: {
25
- new (input: DescribeConfigurationRecordersCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeConfigurationRecordersCommandInput, DescribeConfigurationRecordersCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeConfigurationRecordersCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeConfigurationRecordersCommandInput, DescribeConfigurationRecordersCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeConfigurationRecordersCommandInput): import("@smithy/core/client").CommandImpl<DescribeConfigurationRecordersCommandInput, DescribeConfigurationRecordersCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [DescribeConfigurationRecordersCommandInput]): import("@smithy/core/client").CommandImpl<DescribeConfigurationRecordersCommandInput, DescribeConfigurationRecordersCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns details for the configuration recorder you specify.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient";
4
4
  import type { DescribeConformancePackComplianceRequest, DescribeConformancePackComplianceResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeConformancePackComplianceCommandInput extends DescribeC
22
22
  export interface DescribeConformancePackComplianceCommandOutput extends DescribeConformancePackComplianceResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeConformancePackComplianceCommand_base: {
25
- new (input: DescribeConformancePackComplianceCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeConformancePackComplianceCommandInput, DescribeConformancePackComplianceCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeConformancePackComplianceCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeConformancePackComplianceCommandInput, DescribeConformancePackComplianceCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeConformancePackComplianceCommandInput): import("@smithy/core/client").CommandImpl<DescribeConformancePackComplianceCommandInput, DescribeConformancePackComplianceCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeConformancePackComplianceCommandInput): import("@smithy/core/client").CommandImpl<DescribeConformancePackComplianceCommandInput, DescribeConformancePackComplianceCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns compliance details for each rule in that conformance pack.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient";
4
4
  import type { DescribeConformancePackStatusRequest, DescribeConformancePackStatusResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeConformancePackStatusCommandInput extends DescribeConfo
22
22
  export interface DescribeConformancePackStatusCommandOutput extends DescribeConformancePackStatusResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeConformancePackStatusCommand_base: {
25
- new (input: DescribeConformancePackStatusCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeConformancePackStatusCommandInput, DescribeConformancePackStatusCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeConformancePackStatusCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeConformancePackStatusCommandInput, DescribeConformancePackStatusCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeConformancePackStatusCommandInput): import("@smithy/core/client").CommandImpl<DescribeConformancePackStatusCommandInput, DescribeConformancePackStatusCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [DescribeConformancePackStatusCommandInput]): import("@smithy/core/client").CommandImpl<DescribeConformancePackStatusCommandInput, DescribeConformancePackStatusCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Provides one or more conformance packs deployment status.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient";
4
4
  import type { DescribeConformancePacksRequest, DescribeConformancePacksResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeConformancePacksCommandInput extends DescribeConformanc
22
22
  export interface DescribeConformancePacksCommandOutput extends DescribeConformancePacksResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeConformancePacksCommand_base: {
25
- new (input: DescribeConformancePacksCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeConformancePacksCommandInput, DescribeConformancePacksCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeConformancePacksCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeConformancePacksCommandInput, DescribeConformancePacksCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeConformancePacksCommandInput): import("@smithy/core/client").CommandImpl<DescribeConformancePacksCommandInput, DescribeConformancePacksCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [DescribeConformancePacksCommandInput]): import("@smithy/core/client").CommandImpl<DescribeConformancePacksCommandInput, DescribeConformancePacksCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns a list of one or more conformance packs.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient";
4
4
  import type { DescribeDeliveryChannelStatusRequest, DescribeDeliveryChannelStatusResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeDeliveryChannelStatusCommandInput extends DescribeDeliv
22
22
  export interface DescribeDeliveryChannelStatusCommandOutput extends DescribeDeliveryChannelStatusResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeDeliveryChannelStatusCommand_base: {
25
- new (input: DescribeDeliveryChannelStatusCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDeliveryChannelStatusCommandInput, DescribeDeliveryChannelStatusCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeDeliveryChannelStatusCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeDeliveryChannelStatusCommandInput, DescribeDeliveryChannelStatusCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeDeliveryChannelStatusCommandInput): import("@smithy/core/client").CommandImpl<DescribeDeliveryChannelStatusCommandInput, DescribeDeliveryChannelStatusCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [DescribeDeliveryChannelStatusCommandInput]): import("@smithy/core/client").CommandImpl<DescribeDeliveryChannelStatusCommandInput, DescribeDeliveryChannelStatusCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns the current status of the specified delivery channel.
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient";
4
4
  import type { DescribeDeliveryChannelsRequest, DescribeDeliveryChannelsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeDeliveryChannelsCommandInput extends DescribeDeliveryCh
22
22
  export interface DescribeDeliveryChannelsCommandOutput extends DescribeDeliveryChannelsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeDeliveryChannelsCommand_base: {
25
- new (input: DescribeDeliveryChannelsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDeliveryChannelsCommandInput, DescribeDeliveryChannelsCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeDeliveryChannelsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeDeliveryChannelsCommandInput, DescribeDeliveryChannelsCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeDeliveryChannelsCommandInput): import("@smithy/core/client").CommandImpl<DescribeDeliveryChannelsCommandInput, DescribeDeliveryChannelsCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [DescribeDeliveryChannelsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeDeliveryChannelsCommandInput, DescribeDeliveryChannelsCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns details about the specified delivery channel. If a
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient";
4
4
  import type { DescribeOrganizationConfigRuleStatusesRequest, DescribeOrganizationConfigRuleStatusesResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeOrganizationConfigRuleStatusesCommandInput extends Desc
22
22
  export interface DescribeOrganizationConfigRuleStatusesCommandOutput extends DescribeOrganizationConfigRuleStatusesResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeOrganizationConfigRuleStatusesCommand_base: {
25
- new (input: DescribeOrganizationConfigRuleStatusesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeOrganizationConfigRuleStatusesCommandInput, DescribeOrganizationConfigRuleStatusesCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeOrganizationConfigRuleStatusesCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeOrganizationConfigRuleStatusesCommandInput, DescribeOrganizationConfigRuleStatusesCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeOrganizationConfigRuleStatusesCommandInput): import("@smithy/core/client").CommandImpl<DescribeOrganizationConfigRuleStatusesCommandInput, DescribeOrganizationConfigRuleStatusesCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [DescribeOrganizationConfigRuleStatusesCommandInput]): import("@smithy/core/client").CommandImpl<DescribeOrganizationConfigRuleStatusesCommandInput, DescribeOrganizationConfigRuleStatusesCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Provides organization Config rule deployment status for an organization.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient";
4
4
  import type { DescribeOrganizationConfigRulesRequest, DescribeOrganizationConfigRulesResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeOrganizationConfigRulesCommandInput extends DescribeOrg
22
22
  export interface DescribeOrganizationConfigRulesCommandOutput extends DescribeOrganizationConfigRulesResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeOrganizationConfigRulesCommand_base: {
25
- new (input: DescribeOrganizationConfigRulesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeOrganizationConfigRulesCommandInput, DescribeOrganizationConfigRulesCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeOrganizationConfigRulesCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeOrganizationConfigRulesCommandInput, DescribeOrganizationConfigRulesCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeOrganizationConfigRulesCommandInput): import("@smithy/core/client").CommandImpl<DescribeOrganizationConfigRulesCommandInput, DescribeOrganizationConfigRulesCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [DescribeOrganizationConfigRulesCommandInput]): import("@smithy/core/client").CommandImpl<DescribeOrganizationConfigRulesCommandInput, DescribeOrganizationConfigRulesCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns a list of organization Config rules. </p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient";
4
4
  import type { DescribeOrganizationConformancePackStatusesRequest, DescribeOrganizationConformancePackStatusesResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeOrganizationConformancePackStatusesCommandInput extends
22
22
  export interface DescribeOrganizationConformancePackStatusesCommandOutput extends DescribeOrganizationConformancePackStatusesResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeOrganizationConformancePackStatusesCommand_base: {
25
- new (input: DescribeOrganizationConformancePackStatusesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeOrganizationConformancePackStatusesCommandInput, DescribeOrganizationConformancePackStatusesCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeOrganizationConformancePackStatusesCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeOrganizationConformancePackStatusesCommandInput, DescribeOrganizationConformancePackStatusesCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeOrganizationConformancePackStatusesCommandInput): import("@smithy/core/client").CommandImpl<DescribeOrganizationConformancePackStatusesCommandInput, DescribeOrganizationConformancePackStatusesCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [DescribeOrganizationConformancePackStatusesCommandInput]): import("@smithy/core/client").CommandImpl<DescribeOrganizationConformancePackStatusesCommandInput, DescribeOrganizationConformancePackStatusesCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Provides organization conformance pack deployment status for an organization. </p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient";
4
4
  import type { DescribeOrganizationConformancePacksRequest, DescribeOrganizationConformancePacksResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeOrganizationConformancePacksCommandInput extends Descri
22
22
  export interface DescribeOrganizationConformancePacksCommandOutput extends DescribeOrganizationConformancePacksResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeOrganizationConformancePacksCommand_base: {
25
- new (input: DescribeOrganizationConformancePacksCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeOrganizationConformancePacksCommandInput, DescribeOrganizationConformancePacksCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeOrganizationConformancePacksCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeOrganizationConformancePacksCommandInput, DescribeOrganizationConformancePacksCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeOrganizationConformancePacksCommandInput): import("@smithy/core/client").CommandImpl<DescribeOrganizationConformancePacksCommandInput, DescribeOrganizationConformancePacksCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [DescribeOrganizationConformancePacksCommandInput]): import("@smithy/core/client").CommandImpl<DescribeOrganizationConformancePacksCommandInput, DescribeOrganizationConformancePacksCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns a list of organization conformance packs. </p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient";
4
4
  import type { DescribePendingAggregationRequestsRequest, DescribePendingAggregationRequestsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribePendingAggregationRequestsCommandInput extends Describe
22
22
  export interface DescribePendingAggregationRequestsCommandOutput extends DescribePendingAggregationRequestsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribePendingAggregationRequestsCommand_base: {
25
- new (input: DescribePendingAggregationRequestsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribePendingAggregationRequestsCommandInput, DescribePendingAggregationRequestsCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribePendingAggregationRequestsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribePendingAggregationRequestsCommandInput, DescribePendingAggregationRequestsCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribePendingAggregationRequestsCommandInput): import("@smithy/core/client").CommandImpl<DescribePendingAggregationRequestsCommandInput, DescribePendingAggregationRequestsCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [DescribePendingAggregationRequestsCommandInput]): import("@smithy/core/client").CommandImpl<DescribePendingAggregationRequestsCommandInput, DescribePendingAggregationRequestsCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns a list of all pending aggregation requests.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient";
4
4
  import type { DescribeRemediationConfigurationsRequest, DescribeRemediationConfigurationsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeRemediationConfigurationsCommandInput extends DescribeR
22
22
  export interface DescribeRemediationConfigurationsCommandOutput extends DescribeRemediationConfigurationsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeRemediationConfigurationsCommand_base: {
25
- new (input: DescribeRemediationConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeRemediationConfigurationsCommandInput, DescribeRemediationConfigurationsCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeRemediationConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeRemediationConfigurationsCommandInput, DescribeRemediationConfigurationsCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeRemediationConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<DescribeRemediationConfigurationsCommandInput, DescribeRemediationConfigurationsCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeRemediationConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<DescribeRemediationConfigurationsCommandInput, DescribeRemediationConfigurationsCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns the details of one or more remediation configurations.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient";
4
4
  import type { DescribeRemediationExceptionsRequest, DescribeRemediationExceptionsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeRemediationExceptionsCommandInput extends DescribeRemed
22
22
  export interface DescribeRemediationExceptionsCommandOutput extends DescribeRemediationExceptionsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeRemediationExceptionsCommand_base: {
25
- new (input: DescribeRemediationExceptionsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeRemediationExceptionsCommandInput, DescribeRemediationExceptionsCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeRemediationExceptionsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeRemediationExceptionsCommandInput, DescribeRemediationExceptionsCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeRemediationExceptionsCommandInput): import("@smithy/core/client").CommandImpl<DescribeRemediationExceptionsCommandInput, DescribeRemediationExceptionsCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeRemediationExceptionsCommandInput): import("@smithy/core/client").CommandImpl<DescribeRemediationExceptionsCommandInput, DescribeRemediationExceptionsCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns the details of one or more remediation exceptions. A detailed view of a remediation exception for a set of resources that includes an explanation of an exception and the time when the exception will be deleted.
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient";
4
4
  import type { DescribeRemediationExecutionStatusRequest, DescribeRemediationExecutionStatusResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeRemediationExecutionStatusCommandInput extends Describe
22
22
  export interface DescribeRemediationExecutionStatusCommandOutput extends DescribeRemediationExecutionStatusResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeRemediationExecutionStatusCommand_base: {
25
- new (input: DescribeRemediationExecutionStatusCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeRemediationExecutionStatusCommandInput, DescribeRemediationExecutionStatusCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeRemediationExecutionStatusCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeRemediationExecutionStatusCommandInput, DescribeRemediationExecutionStatusCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeRemediationExecutionStatusCommandInput): import("@smithy/core/client").CommandImpl<DescribeRemediationExecutionStatusCommandInput, DescribeRemediationExecutionStatusCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeRemediationExecutionStatusCommandInput): import("@smithy/core/client").CommandImpl<DescribeRemediationExecutionStatusCommandInput, DescribeRemediationExecutionStatusCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Provides a detailed view of a Remediation Execution for a set of resources including state, timestamps for when steps for the remediation execution occur, and any error messages for steps that have failed.
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient";
4
4
  import type { DescribeRetentionConfigurationsRequest, DescribeRetentionConfigurationsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeRetentionConfigurationsCommandInput extends DescribeRet
22
22
  export interface DescribeRetentionConfigurationsCommandOutput extends DescribeRetentionConfigurationsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeRetentionConfigurationsCommand_base: {
25
- new (input: DescribeRetentionConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeRetentionConfigurationsCommandInput, DescribeRetentionConfigurationsCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeRetentionConfigurationsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeRetentionConfigurationsCommandInput, DescribeRetentionConfigurationsCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeRetentionConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<DescribeRetentionConfigurationsCommandInput, DescribeRetentionConfigurationsCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [DescribeRetentionConfigurationsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeRetentionConfigurationsCommandInput, DescribeRetentionConfigurationsCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns the details of one or more retention configurations. If
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient";
4
4
  import type { DisassociateResourceTypesRequest, DisassociateResourceTypesResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DisassociateResourceTypesCommandInput extends DisassociateResou
22
22
  export interface DisassociateResourceTypesCommandOutput extends DisassociateResourceTypesResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DisassociateResourceTypesCommand_base: {
25
- new (input: DisassociateResourceTypesCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateResourceTypesCommandInput, DisassociateResourceTypesCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DisassociateResourceTypesCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateResourceTypesCommandInput, DisassociateResourceTypesCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DisassociateResourceTypesCommandInput): import("@smithy/core/client").CommandImpl<DisassociateResourceTypesCommandInput, DisassociateResourceTypesCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DisassociateResourceTypesCommandInput): import("@smithy/core/client").CommandImpl<DisassociateResourceTypesCommandInput, DisassociateResourceTypesCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Removes all resource types specified in the <code>ResourceTypes</code> list from the <a href="https://docs.aws.amazon.com/config/latest/APIReference/API_RecordingGroup.html">RecordingGroup</a> of configuration recorder and excludes these resource types when recording.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConfigServiceClient";
4
4
  import type { GetAggregateComplianceDetailsByConfigRuleRequest, GetAggregateComplianceDetailsByConfigRuleResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetAggregateComplianceDetailsByConfigRuleCommandInput extends G
22
22
  export interface GetAggregateComplianceDetailsByConfigRuleCommandOutput extends GetAggregateComplianceDetailsByConfigRuleResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetAggregateComplianceDetailsByConfigRuleCommand_base: {
25
- new (input: GetAggregateComplianceDetailsByConfigRuleCommandInput): import("@smithy/smithy-client").CommandImpl<GetAggregateComplianceDetailsByConfigRuleCommandInput, GetAggregateComplianceDetailsByConfigRuleCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetAggregateComplianceDetailsByConfigRuleCommandInput): import("@smithy/smithy-client").CommandImpl<GetAggregateComplianceDetailsByConfigRuleCommandInput, GetAggregateComplianceDetailsByConfigRuleCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetAggregateComplianceDetailsByConfigRuleCommandInput): import("@smithy/core/client").CommandImpl<GetAggregateComplianceDetailsByConfigRuleCommandInput, GetAggregateComplianceDetailsByConfigRuleCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetAggregateComplianceDetailsByConfigRuleCommandInput): import("@smithy/core/client").CommandImpl<GetAggregateComplianceDetailsByConfigRuleCommandInput, GetAggregateComplianceDetailsByConfigRuleCommandOutput, ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns the evaluation results for the specified Config