@aws-sdk/client-resiliencehub 3.477.0 → 3.481.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 (289) hide show
  1. package/dist-cjs/commands/AddDraftAppVersionResourceMappingsCommand.js +18 -41
  2. package/dist-cjs/commands/BatchUpdateRecommendationStatusCommand.js +18 -41
  3. package/dist-cjs/commands/CreateAppCommand.js +18 -41
  4. package/dist-cjs/commands/CreateAppVersionAppComponentCommand.js +18 -41
  5. package/dist-cjs/commands/CreateAppVersionResourceCommand.js +18 -41
  6. package/dist-cjs/commands/CreateRecommendationTemplateCommand.js +18 -41
  7. package/dist-cjs/commands/CreateResiliencyPolicyCommand.js +18 -41
  8. package/dist-cjs/commands/DeleteAppAssessmentCommand.js +18 -41
  9. package/dist-cjs/commands/DeleteAppCommand.js +18 -41
  10. package/dist-cjs/commands/DeleteAppInputSourceCommand.js +18 -41
  11. package/dist-cjs/commands/DeleteAppVersionAppComponentCommand.js +18 -41
  12. package/dist-cjs/commands/DeleteAppVersionResourceCommand.js +18 -41
  13. package/dist-cjs/commands/DeleteRecommendationTemplateCommand.js +18 -41
  14. package/dist-cjs/commands/DeleteResiliencyPolicyCommand.js +18 -41
  15. package/dist-cjs/commands/DescribeAppAssessmentCommand.js +18 -41
  16. package/dist-cjs/commands/DescribeAppCommand.js +18 -41
  17. package/dist-cjs/commands/DescribeAppVersionAppComponentCommand.js +18 -41
  18. package/dist-cjs/commands/DescribeAppVersionCommand.js +18 -41
  19. package/dist-cjs/commands/DescribeAppVersionResourceCommand.js +18 -41
  20. package/dist-cjs/commands/DescribeAppVersionResourcesResolutionStatusCommand.js +18 -41
  21. package/dist-cjs/commands/DescribeAppVersionTemplateCommand.js +18 -41
  22. package/dist-cjs/commands/DescribeDraftAppVersionResourcesImportStatusCommand.js +18 -41
  23. package/dist-cjs/commands/DescribeResiliencyPolicyCommand.js +18 -41
  24. package/dist-cjs/commands/ImportResourcesToDraftAppVersionCommand.js +18 -41
  25. package/dist-cjs/commands/ListAlarmRecommendationsCommand.js +18 -41
  26. package/dist-cjs/commands/ListAppAssessmentComplianceDriftsCommand.js +18 -41
  27. package/dist-cjs/commands/ListAppAssessmentsCommand.js +18 -41
  28. package/dist-cjs/commands/ListAppComponentCompliancesCommand.js +18 -41
  29. package/dist-cjs/commands/ListAppComponentRecommendationsCommand.js +18 -41
  30. package/dist-cjs/commands/ListAppInputSourcesCommand.js +18 -41
  31. package/dist-cjs/commands/ListAppVersionAppComponentsCommand.js +18 -41
  32. package/dist-cjs/commands/ListAppVersionResourceMappingsCommand.js +18 -41
  33. package/dist-cjs/commands/ListAppVersionResourcesCommand.js +18 -41
  34. package/dist-cjs/commands/ListAppVersionsCommand.js +18 -41
  35. package/dist-cjs/commands/ListAppsCommand.js +18 -41
  36. package/dist-cjs/commands/ListRecommendationTemplatesCommand.js +18 -41
  37. package/dist-cjs/commands/ListResiliencyPoliciesCommand.js +18 -41
  38. package/dist-cjs/commands/ListSopRecommendationsCommand.js +18 -41
  39. package/dist-cjs/commands/ListSuggestedResiliencyPoliciesCommand.js +18 -41
  40. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  41. package/dist-cjs/commands/ListTestRecommendationsCommand.js +18 -41
  42. package/dist-cjs/commands/ListUnsupportedAppVersionResourcesCommand.js +18 -41
  43. package/dist-cjs/commands/PublishAppVersionCommand.js +18 -41
  44. package/dist-cjs/commands/PutDraftAppVersionTemplateCommand.js +18 -41
  45. package/dist-cjs/commands/RemoveDraftAppVersionResourceMappingsCommand.js +18 -41
  46. package/dist-cjs/commands/ResolveAppVersionResourcesCommand.js +18 -41
  47. package/dist-cjs/commands/StartAppAssessmentCommand.js +18 -41
  48. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  49. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  50. package/dist-cjs/commands/UpdateAppCommand.js +18 -41
  51. package/dist-cjs/commands/UpdateAppVersionAppComponentCommand.js +18 -41
  52. package/dist-cjs/commands/UpdateAppVersionCommand.js +18 -41
  53. package/dist-cjs/commands/UpdateAppVersionResourceCommand.js +18 -41
  54. package/dist-cjs/commands/UpdateResiliencyPolicyCommand.js +18 -41
  55. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  56. package/dist-cjs/pagination/ListAlarmRecommendationsPaginator.js +2 -24
  57. package/dist-cjs/pagination/ListAppAssessmentComplianceDriftsPaginator.js +2 -24
  58. package/dist-cjs/pagination/ListAppAssessmentsPaginator.js +2 -24
  59. package/dist-cjs/pagination/ListAppComponentCompliancesPaginator.js +2 -24
  60. package/dist-cjs/pagination/ListAppComponentRecommendationsPaginator.js +2 -24
  61. package/dist-cjs/pagination/ListAppInputSourcesPaginator.js +2 -24
  62. package/dist-cjs/pagination/ListAppVersionAppComponentsPaginator.js +2 -24
  63. package/dist-cjs/pagination/ListAppVersionResourceMappingsPaginator.js +2 -24
  64. package/dist-cjs/pagination/ListAppVersionResourcesPaginator.js +2 -24
  65. package/dist-cjs/pagination/ListAppVersionsPaginator.js +2 -24
  66. package/dist-cjs/pagination/ListAppsPaginator.js +2 -24
  67. package/dist-cjs/pagination/ListRecommendationTemplatesPaginator.js +2 -24
  68. package/dist-cjs/pagination/ListResiliencyPoliciesPaginator.js +2 -24
  69. package/dist-cjs/pagination/ListSopRecommendationsPaginator.js +2 -24
  70. package/dist-cjs/pagination/ListSuggestedResiliencyPoliciesPaginator.js +2 -24
  71. package/dist-cjs/pagination/ListTestRecommendationsPaginator.js +2 -24
  72. package/dist-cjs/pagination/ListUnsupportedAppVersionResourcesPaginator.js +2 -24
  73. package/dist-es/commands/AddDraftAppVersionResourceMappingsCommand.js +18 -41
  74. package/dist-es/commands/BatchUpdateRecommendationStatusCommand.js +18 -41
  75. package/dist-es/commands/CreateAppCommand.js +18 -41
  76. package/dist-es/commands/CreateAppVersionAppComponentCommand.js +18 -41
  77. package/dist-es/commands/CreateAppVersionResourceCommand.js +18 -41
  78. package/dist-es/commands/CreateRecommendationTemplateCommand.js +18 -41
  79. package/dist-es/commands/CreateResiliencyPolicyCommand.js +18 -41
  80. package/dist-es/commands/DeleteAppAssessmentCommand.js +18 -41
  81. package/dist-es/commands/DeleteAppCommand.js +18 -41
  82. package/dist-es/commands/DeleteAppInputSourceCommand.js +18 -41
  83. package/dist-es/commands/DeleteAppVersionAppComponentCommand.js +18 -41
  84. package/dist-es/commands/DeleteAppVersionResourceCommand.js +18 -41
  85. package/dist-es/commands/DeleteRecommendationTemplateCommand.js +18 -41
  86. package/dist-es/commands/DeleteResiliencyPolicyCommand.js +18 -41
  87. package/dist-es/commands/DescribeAppAssessmentCommand.js +18 -41
  88. package/dist-es/commands/DescribeAppCommand.js +18 -41
  89. package/dist-es/commands/DescribeAppVersionAppComponentCommand.js +18 -41
  90. package/dist-es/commands/DescribeAppVersionCommand.js +18 -41
  91. package/dist-es/commands/DescribeAppVersionResourceCommand.js +18 -41
  92. package/dist-es/commands/DescribeAppVersionResourcesResolutionStatusCommand.js +18 -41
  93. package/dist-es/commands/DescribeAppVersionTemplateCommand.js +18 -41
  94. package/dist-es/commands/DescribeDraftAppVersionResourcesImportStatusCommand.js +18 -41
  95. package/dist-es/commands/DescribeResiliencyPolicyCommand.js +18 -41
  96. package/dist-es/commands/ImportResourcesToDraftAppVersionCommand.js +18 -41
  97. package/dist-es/commands/ListAlarmRecommendationsCommand.js +18 -41
  98. package/dist-es/commands/ListAppAssessmentComplianceDriftsCommand.js +18 -41
  99. package/dist-es/commands/ListAppAssessmentsCommand.js +18 -41
  100. package/dist-es/commands/ListAppComponentCompliancesCommand.js +18 -41
  101. package/dist-es/commands/ListAppComponentRecommendationsCommand.js +18 -41
  102. package/dist-es/commands/ListAppInputSourcesCommand.js +18 -41
  103. package/dist-es/commands/ListAppVersionAppComponentsCommand.js +18 -41
  104. package/dist-es/commands/ListAppVersionResourceMappingsCommand.js +18 -41
  105. package/dist-es/commands/ListAppVersionResourcesCommand.js +18 -41
  106. package/dist-es/commands/ListAppVersionsCommand.js +18 -41
  107. package/dist-es/commands/ListAppsCommand.js +18 -41
  108. package/dist-es/commands/ListRecommendationTemplatesCommand.js +18 -41
  109. package/dist-es/commands/ListResiliencyPoliciesCommand.js +18 -41
  110. package/dist-es/commands/ListSopRecommendationsCommand.js +18 -41
  111. package/dist-es/commands/ListSuggestedResiliencyPoliciesCommand.js +18 -41
  112. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  113. package/dist-es/commands/ListTestRecommendationsCommand.js +18 -41
  114. package/dist-es/commands/ListUnsupportedAppVersionResourcesCommand.js +18 -41
  115. package/dist-es/commands/PublishAppVersionCommand.js +18 -41
  116. package/dist-es/commands/PutDraftAppVersionTemplateCommand.js +18 -41
  117. package/dist-es/commands/RemoveDraftAppVersionResourceMappingsCommand.js +18 -41
  118. package/dist-es/commands/ResolveAppVersionResourcesCommand.js +18 -41
  119. package/dist-es/commands/StartAppAssessmentCommand.js +18 -41
  120. package/dist-es/commands/TagResourceCommand.js +18 -41
  121. package/dist-es/commands/UntagResourceCommand.js +18 -41
  122. package/dist-es/commands/UpdateAppCommand.js +18 -41
  123. package/dist-es/commands/UpdateAppVersionAppComponentCommand.js +18 -41
  124. package/dist-es/commands/UpdateAppVersionCommand.js +18 -41
  125. package/dist-es/commands/UpdateAppVersionResourceCommand.js +18 -41
  126. package/dist-es/commands/UpdateResiliencyPolicyCommand.js +18 -41
  127. package/dist-es/endpoint/EndpointParameters.js +6 -0
  128. package/dist-es/pagination/ListAlarmRecommendationsPaginator.js +2 -23
  129. package/dist-es/pagination/ListAppAssessmentComplianceDriftsPaginator.js +2 -23
  130. package/dist-es/pagination/ListAppAssessmentsPaginator.js +2 -23
  131. package/dist-es/pagination/ListAppComponentCompliancesPaginator.js +2 -23
  132. package/dist-es/pagination/ListAppComponentRecommendationsPaginator.js +2 -23
  133. package/dist-es/pagination/ListAppInputSourcesPaginator.js +2 -23
  134. package/dist-es/pagination/ListAppVersionAppComponentsPaginator.js +2 -23
  135. package/dist-es/pagination/ListAppVersionResourceMappingsPaginator.js +2 -23
  136. package/dist-es/pagination/ListAppVersionResourcesPaginator.js +2 -23
  137. package/dist-es/pagination/ListAppVersionsPaginator.js +2 -23
  138. package/dist-es/pagination/ListAppsPaginator.js +2 -23
  139. package/dist-es/pagination/ListRecommendationTemplatesPaginator.js +2 -23
  140. package/dist-es/pagination/ListResiliencyPoliciesPaginator.js +2 -23
  141. package/dist-es/pagination/ListSopRecommendationsPaginator.js +2 -23
  142. package/dist-es/pagination/ListSuggestedResiliencyPoliciesPaginator.js +2 -23
  143. package/dist-es/pagination/ListTestRecommendationsPaginator.js +2 -23
  144. package/dist-es/pagination/ListUnsupportedAppVersionResourcesPaginator.js +2 -23
  145. package/dist-types/commands/AddDraftAppVersionResourceMappingsCommand.d.ts +6 -21
  146. package/dist-types/commands/BatchUpdateRecommendationStatusCommand.d.ts +6 -21
  147. package/dist-types/commands/CreateAppCommand.d.ts +6 -21
  148. package/dist-types/commands/CreateAppVersionAppComponentCommand.d.ts +6 -21
  149. package/dist-types/commands/CreateAppVersionResourceCommand.d.ts +6 -21
  150. package/dist-types/commands/CreateRecommendationTemplateCommand.d.ts +6 -21
  151. package/dist-types/commands/CreateResiliencyPolicyCommand.d.ts +6 -21
  152. package/dist-types/commands/DeleteAppAssessmentCommand.d.ts +6 -21
  153. package/dist-types/commands/DeleteAppCommand.d.ts +6 -21
  154. package/dist-types/commands/DeleteAppInputSourceCommand.d.ts +6 -21
  155. package/dist-types/commands/DeleteAppVersionAppComponentCommand.d.ts +6 -21
  156. package/dist-types/commands/DeleteAppVersionResourceCommand.d.ts +6 -21
  157. package/dist-types/commands/DeleteRecommendationTemplateCommand.d.ts +6 -21
  158. package/dist-types/commands/DeleteResiliencyPolicyCommand.d.ts +6 -21
  159. package/dist-types/commands/DescribeAppAssessmentCommand.d.ts +6 -21
  160. package/dist-types/commands/DescribeAppCommand.d.ts +6 -21
  161. package/dist-types/commands/DescribeAppVersionAppComponentCommand.d.ts +6 -21
  162. package/dist-types/commands/DescribeAppVersionCommand.d.ts +6 -21
  163. package/dist-types/commands/DescribeAppVersionResourceCommand.d.ts +6 -21
  164. package/dist-types/commands/DescribeAppVersionResourcesResolutionStatusCommand.d.ts +6 -21
  165. package/dist-types/commands/DescribeAppVersionTemplateCommand.d.ts +6 -21
  166. package/dist-types/commands/DescribeDraftAppVersionResourcesImportStatusCommand.d.ts +6 -21
  167. package/dist-types/commands/DescribeResiliencyPolicyCommand.d.ts +6 -21
  168. package/dist-types/commands/ImportResourcesToDraftAppVersionCommand.d.ts +6 -21
  169. package/dist-types/commands/ListAlarmRecommendationsCommand.d.ts +6 -21
  170. package/dist-types/commands/ListAppAssessmentComplianceDriftsCommand.d.ts +6 -21
  171. package/dist-types/commands/ListAppAssessmentsCommand.d.ts +6 -21
  172. package/dist-types/commands/ListAppComponentCompliancesCommand.d.ts +6 -21
  173. package/dist-types/commands/ListAppComponentRecommendationsCommand.d.ts +6 -21
  174. package/dist-types/commands/ListAppInputSourcesCommand.d.ts +6 -21
  175. package/dist-types/commands/ListAppVersionAppComponentsCommand.d.ts +6 -21
  176. package/dist-types/commands/ListAppVersionResourceMappingsCommand.d.ts +6 -21
  177. package/dist-types/commands/ListAppVersionResourcesCommand.d.ts +6 -21
  178. package/dist-types/commands/ListAppVersionsCommand.d.ts +6 -21
  179. package/dist-types/commands/ListAppsCommand.d.ts +6 -21
  180. package/dist-types/commands/ListRecommendationTemplatesCommand.d.ts +6 -21
  181. package/dist-types/commands/ListResiliencyPoliciesCommand.d.ts +6 -21
  182. package/dist-types/commands/ListSopRecommendationsCommand.d.ts +6 -21
  183. package/dist-types/commands/ListSuggestedResiliencyPoliciesCommand.d.ts +6 -21
  184. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  185. package/dist-types/commands/ListTestRecommendationsCommand.d.ts +6 -21
  186. package/dist-types/commands/ListUnsupportedAppVersionResourcesCommand.d.ts +6 -21
  187. package/dist-types/commands/PublishAppVersionCommand.d.ts +6 -21
  188. package/dist-types/commands/PutDraftAppVersionTemplateCommand.d.ts +6 -21
  189. package/dist-types/commands/RemoveDraftAppVersionResourceMappingsCommand.d.ts +6 -21
  190. package/dist-types/commands/ResolveAppVersionResourcesCommand.d.ts +6 -21
  191. package/dist-types/commands/StartAppAssessmentCommand.d.ts +6 -21
  192. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  193. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  194. package/dist-types/commands/UpdateAppCommand.d.ts +6 -21
  195. package/dist-types/commands/UpdateAppVersionAppComponentCommand.d.ts +6 -21
  196. package/dist-types/commands/UpdateAppVersionCommand.d.ts +6 -21
  197. package/dist-types/commands/UpdateAppVersionResourceCommand.d.ts +6 -21
  198. package/dist-types/commands/UpdateResiliencyPolicyCommand.d.ts +6 -21
  199. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  200. package/dist-types/pagination/ListAlarmRecommendationsPaginator.d.ts +1 -1
  201. package/dist-types/pagination/ListAppAssessmentComplianceDriftsPaginator.d.ts +1 -1
  202. package/dist-types/pagination/ListAppAssessmentsPaginator.d.ts +1 -1
  203. package/dist-types/pagination/ListAppComponentCompliancesPaginator.d.ts +1 -1
  204. package/dist-types/pagination/ListAppComponentRecommendationsPaginator.d.ts +1 -1
  205. package/dist-types/pagination/ListAppInputSourcesPaginator.d.ts +1 -1
  206. package/dist-types/pagination/ListAppVersionAppComponentsPaginator.d.ts +1 -1
  207. package/dist-types/pagination/ListAppVersionResourceMappingsPaginator.d.ts +1 -1
  208. package/dist-types/pagination/ListAppVersionResourcesPaginator.d.ts +1 -1
  209. package/dist-types/pagination/ListAppVersionsPaginator.d.ts +1 -1
  210. package/dist-types/pagination/ListAppsPaginator.d.ts +1 -1
  211. package/dist-types/pagination/ListRecommendationTemplatesPaginator.d.ts +1 -1
  212. package/dist-types/pagination/ListResiliencyPoliciesPaginator.d.ts +1 -1
  213. package/dist-types/pagination/ListSopRecommendationsPaginator.d.ts +1 -1
  214. package/dist-types/pagination/ListSuggestedResiliencyPoliciesPaginator.d.ts +1 -1
  215. package/dist-types/pagination/ListTestRecommendationsPaginator.d.ts +1 -1
  216. package/dist-types/pagination/ListUnsupportedAppVersionResourcesPaginator.d.ts +1 -1
  217. package/dist-types/ts3.4/commands/AddDraftAppVersionResourceMappingsCommand.d.ts +12 -24
  218. package/dist-types/ts3.4/commands/BatchUpdateRecommendationStatusCommand.d.ts +12 -24
  219. package/dist-types/ts3.4/commands/CreateAppCommand.d.ts +14 -23
  220. package/dist-types/ts3.4/commands/CreateAppVersionAppComponentCommand.d.ts +12 -24
  221. package/dist-types/ts3.4/commands/CreateAppVersionResourceCommand.d.ts +12 -24
  222. package/dist-types/ts3.4/commands/CreateRecommendationTemplateCommand.d.ts +12 -24
  223. package/dist-types/ts3.4/commands/CreateResiliencyPolicyCommand.d.ts +12 -24
  224. package/dist-types/ts3.4/commands/DeleteAppAssessmentCommand.d.ts +14 -23
  225. package/dist-types/ts3.4/commands/DeleteAppCommand.d.ts +14 -23
  226. package/dist-types/ts3.4/commands/DeleteAppInputSourceCommand.d.ts +12 -24
  227. package/dist-types/ts3.4/commands/DeleteAppVersionAppComponentCommand.d.ts +12 -24
  228. package/dist-types/ts3.4/commands/DeleteAppVersionResourceCommand.d.ts +12 -24
  229. package/dist-types/ts3.4/commands/DeleteRecommendationTemplateCommand.d.ts +12 -24
  230. package/dist-types/ts3.4/commands/DeleteResiliencyPolicyCommand.d.ts +12 -24
  231. package/dist-types/ts3.4/commands/DescribeAppAssessmentCommand.d.ts +12 -24
  232. package/dist-types/ts3.4/commands/DescribeAppCommand.d.ts +14 -23
  233. package/dist-types/ts3.4/commands/DescribeAppVersionAppComponentCommand.d.ts +12 -24
  234. package/dist-types/ts3.4/commands/DescribeAppVersionCommand.d.ts +14 -23
  235. package/dist-types/ts3.4/commands/DescribeAppVersionResourceCommand.d.ts +12 -24
  236. package/dist-types/ts3.4/commands/DescribeAppVersionResourcesResolutionStatusCommand.d.ts +12 -24
  237. package/dist-types/ts3.4/commands/DescribeAppVersionTemplateCommand.d.ts +12 -24
  238. package/dist-types/ts3.4/commands/DescribeDraftAppVersionResourcesImportStatusCommand.d.ts +12 -24
  239. package/dist-types/ts3.4/commands/DescribeResiliencyPolicyCommand.d.ts +12 -24
  240. package/dist-types/ts3.4/commands/ImportResourcesToDraftAppVersionCommand.d.ts +12 -24
  241. package/dist-types/ts3.4/commands/ListAlarmRecommendationsCommand.d.ts +12 -24
  242. package/dist-types/ts3.4/commands/ListAppAssessmentComplianceDriftsCommand.d.ts +12 -24
  243. package/dist-types/ts3.4/commands/ListAppAssessmentsCommand.d.ts +14 -23
  244. package/dist-types/ts3.4/commands/ListAppComponentCompliancesCommand.d.ts +12 -24
  245. package/dist-types/ts3.4/commands/ListAppComponentRecommendationsCommand.d.ts +12 -24
  246. package/dist-types/ts3.4/commands/ListAppInputSourcesCommand.d.ts +14 -23
  247. package/dist-types/ts3.4/commands/ListAppVersionAppComponentsCommand.d.ts +12 -24
  248. package/dist-types/ts3.4/commands/ListAppVersionResourceMappingsCommand.d.ts +12 -24
  249. package/dist-types/ts3.4/commands/ListAppVersionResourcesCommand.d.ts +12 -24
  250. package/dist-types/ts3.4/commands/ListAppVersionsCommand.d.ts +14 -23
  251. package/dist-types/ts3.4/commands/ListAppsCommand.d.ts +14 -23
  252. package/dist-types/ts3.4/commands/ListRecommendationTemplatesCommand.d.ts +12 -24
  253. package/dist-types/ts3.4/commands/ListResiliencyPoliciesCommand.d.ts +12 -24
  254. package/dist-types/ts3.4/commands/ListSopRecommendationsCommand.d.ts +12 -24
  255. package/dist-types/ts3.4/commands/ListSuggestedResiliencyPoliciesCommand.d.ts +12 -24
  256. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  257. package/dist-types/ts3.4/commands/ListTestRecommendationsCommand.d.ts +12 -24
  258. package/dist-types/ts3.4/commands/ListUnsupportedAppVersionResourcesCommand.d.ts +12 -24
  259. package/dist-types/ts3.4/commands/PublishAppVersionCommand.d.ts +14 -23
  260. package/dist-types/ts3.4/commands/PutDraftAppVersionTemplateCommand.d.ts +12 -24
  261. package/dist-types/ts3.4/commands/RemoveDraftAppVersionResourceMappingsCommand.d.ts +12 -24
  262. package/dist-types/ts3.4/commands/ResolveAppVersionResourcesCommand.d.ts +12 -24
  263. package/dist-types/ts3.4/commands/StartAppAssessmentCommand.d.ts +14 -23
  264. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  265. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  266. package/dist-types/ts3.4/commands/UpdateAppCommand.d.ts +14 -23
  267. package/dist-types/ts3.4/commands/UpdateAppVersionAppComponentCommand.d.ts +12 -24
  268. package/dist-types/ts3.4/commands/UpdateAppVersionCommand.d.ts +14 -23
  269. package/dist-types/ts3.4/commands/UpdateAppVersionResourceCommand.d.ts +12 -24
  270. package/dist-types/ts3.4/commands/UpdateResiliencyPolicyCommand.d.ts +12 -24
  271. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  272. package/dist-types/ts3.4/pagination/ListAlarmRecommendationsPaginator.d.ts +3 -3
  273. package/dist-types/ts3.4/pagination/ListAppAssessmentComplianceDriftsPaginator.d.ts +3 -3
  274. package/dist-types/ts3.4/pagination/ListAppAssessmentsPaginator.d.ts +3 -3
  275. package/dist-types/ts3.4/pagination/ListAppComponentCompliancesPaginator.d.ts +3 -3
  276. package/dist-types/ts3.4/pagination/ListAppComponentRecommendationsPaginator.d.ts +3 -3
  277. package/dist-types/ts3.4/pagination/ListAppInputSourcesPaginator.d.ts +3 -3
  278. package/dist-types/ts3.4/pagination/ListAppVersionAppComponentsPaginator.d.ts +3 -3
  279. package/dist-types/ts3.4/pagination/ListAppVersionResourceMappingsPaginator.d.ts +3 -3
  280. package/dist-types/ts3.4/pagination/ListAppVersionResourcesPaginator.d.ts +3 -3
  281. package/dist-types/ts3.4/pagination/ListAppVersionsPaginator.d.ts +3 -3
  282. package/dist-types/ts3.4/pagination/ListAppsPaginator.d.ts +3 -3
  283. package/dist-types/ts3.4/pagination/ListRecommendationTemplatesPaginator.d.ts +3 -3
  284. package/dist-types/ts3.4/pagination/ListResiliencyPoliciesPaginator.d.ts +3 -3
  285. package/dist-types/ts3.4/pagination/ListSopRecommendationsPaginator.d.ts +3 -3
  286. package/dist-types/ts3.4/pagination/ListSuggestedResiliencyPoliciesPaginator.d.ts +3 -3
  287. package/dist-types/ts3.4/pagination/ListTestRecommendationsPaginator.d.ts +3 -3
  288. package/dist-types/ts3.4/pagination/ListUnsupportedAppVersionResourcesPaginator.d.ts +3 -3
  289. package/package.json +11 -11
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_DeleteAppVersionAppComponentCommand, se_DeleteAppVersionAppComponentCommand, } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class DeleteAppVersionAppComponentCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, DeleteAppVersionAppComponentCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "ResiliencehubClient";
26
- const commandName = "DeleteAppVersionAppComponentCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "AwsResilienceHub",
35
- operation: "DeleteAppVersionAppComponent",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_DeleteAppVersionAppComponentCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_DeleteAppVersionAppComponentCommand(output, context);
46
- }
7
+ export class DeleteAppVersionAppComponentCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("AwsResilienceHub", "DeleteAppVersionAppComponent", {})
19
+ .n("ResiliencehubClient", "DeleteAppVersionAppComponentCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_DeleteAppVersionAppComponentCommand)
22
+ .de(de_DeleteAppVersionAppComponentCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_DeleteAppVersionResourceCommand, se_DeleteAppVersionResourceCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class DeleteAppVersionResourceCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, DeleteAppVersionResourceCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "ResiliencehubClient";
26
- const commandName = "DeleteAppVersionResourceCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "AwsResilienceHub",
35
- operation: "DeleteAppVersionResource",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_DeleteAppVersionResourceCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_DeleteAppVersionResourceCommand(output, context);
46
- }
7
+ export class DeleteAppVersionResourceCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("AwsResilienceHub", "DeleteAppVersionResource", {})
19
+ .n("ResiliencehubClient", "DeleteAppVersionResourceCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_DeleteAppVersionResourceCommand)
22
+ .de(de_DeleteAppVersionResourceCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_DeleteRecommendationTemplateCommand, se_DeleteRecommendationTemplateCommand, } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class DeleteRecommendationTemplateCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, DeleteRecommendationTemplateCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "ResiliencehubClient";
26
- const commandName = "DeleteRecommendationTemplateCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "AwsResilienceHub",
35
- operation: "DeleteRecommendationTemplate",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_DeleteRecommendationTemplateCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_DeleteRecommendationTemplateCommand(output, context);
46
- }
7
+ export class DeleteRecommendationTemplateCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("AwsResilienceHub", "DeleteRecommendationTemplate", {})
19
+ .n("ResiliencehubClient", "DeleteRecommendationTemplateCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_DeleteRecommendationTemplateCommand)
22
+ .de(de_DeleteRecommendationTemplateCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_DeleteResiliencyPolicyCommand, se_DeleteResiliencyPolicyCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class DeleteResiliencyPolicyCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, DeleteResiliencyPolicyCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "ResiliencehubClient";
26
- const commandName = "DeleteResiliencyPolicyCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "AwsResilienceHub",
35
- operation: "DeleteResiliencyPolicy",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_DeleteResiliencyPolicyCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_DeleteResiliencyPolicyCommand(output, context);
46
- }
7
+ export class DeleteResiliencyPolicyCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("AwsResilienceHub", "DeleteResiliencyPolicy", {})
19
+ .n("ResiliencehubClient", "DeleteResiliencyPolicyCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_DeleteResiliencyPolicyCommand)
22
+ .de(de_DeleteResiliencyPolicyCommand)
23
+ .build() {
47
24
  }
@@ -1,48 +1,25 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { DescribeAppAssessmentResponseFilterSensitiveLog, } from "../models/models_0";
6
6
  import { de_DescribeAppAssessmentCommand, se_DescribeAppAssessmentCommand } from "../protocols/Aws_restJson1";
7
7
  export { $Command };
8
- export class DescribeAppAssessmentCommand extends $Command {
9
- static getEndpointParameterInstructions() {
10
- return {
11
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
12
- Endpoint: { type: "builtInParams", name: "endpoint" },
13
- Region: { type: "builtInParams", name: "region" },
14
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
15
- };
16
- }
17
- constructor(input) {
18
- super();
19
- this.input = input;
20
- }
21
- resolveMiddleware(clientStack, configuration, options) {
22
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
23
- this.middlewareStack.use(getEndpointPlugin(configuration, DescribeAppAssessmentCommand.getEndpointParameterInstructions()));
24
- const stack = clientStack.concat(this.middlewareStack);
25
- const { logger } = configuration;
26
- const clientName = "ResiliencehubClient";
27
- const commandName = "DescribeAppAssessmentCommand";
28
- const handlerExecutionContext = {
29
- logger,
30
- clientName,
31
- commandName,
32
- inputFilterSensitiveLog: (_) => _,
33
- outputFilterSensitiveLog: DescribeAppAssessmentResponseFilterSensitiveLog,
34
- [SMITHY_CONTEXT_KEY]: {
35
- service: "AwsResilienceHub",
36
- operation: "DescribeAppAssessment",
37
- },
38
- };
39
- const { requestHandler } = configuration;
40
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
41
- }
42
- serialize(input, context) {
43
- return se_DescribeAppAssessmentCommand(input, context);
44
- }
45
- deserialize(output, context) {
46
- return de_DescribeAppAssessmentCommand(output, context);
47
- }
8
+ export class DescribeAppAssessmentCommand extends $Command
9
+ .classBuilder()
10
+ .ep({
11
+ ...commonParams,
12
+ })
13
+ .m(function (Command, cs, config, o) {
14
+ return [
15
+ getSerdePlugin(config, this.serialize, this.deserialize),
16
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
17
+ ];
18
+ })
19
+ .s("AwsResilienceHub", "DescribeAppAssessment", {})
20
+ .n("ResiliencehubClient", "DescribeAppAssessmentCommand")
21
+ .f(void 0, DescribeAppAssessmentResponseFilterSensitiveLog)
22
+ .ser(se_DescribeAppAssessmentCommand)
23
+ .de(de_DescribeAppAssessmentCommand)
24
+ .build() {
48
25
  }
@@ -1,48 +1,25 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { DescribeAppResponseFilterSensitiveLog } from "../models/models_0";
6
6
  import { de_DescribeAppCommand, se_DescribeAppCommand } from "../protocols/Aws_restJson1";
7
7
  export { $Command };
8
- export class DescribeAppCommand extends $Command {
9
- static getEndpointParameterInstructions() {
10
- return {
11
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
12
- Endpoint: { type: "builtInParams", name: "endpoint" },
13
- Region: { type: "builtInParams", name: "region" },
14
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
15
- };
16
- }
17
- constructor(input) {
18
- super();
19
- this.input = input;
20
- }
21
- resolveMiddleware(clientStack, configuration, options) {
22
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
23
- this.middlewareStack.use(getEndpointPlugin(configuration, DescribeAppCommand.getEndpointParameterInstructions()));
24
- const stack = clientStack.concat(this.middlewareStack);
25
- const { logger } = configuration;
26
- const clientName = "ResiliencehubClient";
27
- const commandName = "DescribeAppCommand";
28
- const handlerExecutionContext = {
29
- logger,
30
- clientName,
31
- commandName,
32
- inputFilterSensitiveLog: (_) => _,
33
- outputFilterSensitiveLog: DescribeAppResponseFilterSensitiveLog,
34
- [SMITHY_CONTEXT_KEY]: {
35
- service: "AwsResilienceHub",
36
- operation: "DescribeApp",
37
- },
38
- };
39
- const { requestHandler } = configuration;
40
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
41
- }
42
- serialize(input, context) {
43
- return se_DescribeAppCommand(input, context);
44
- }
45
- deserialize(output, context) {
46
- return de_DescribeAppCommand(output, context);
47
- }
8
+ export class DescribeAppCommand extends $Command
9
+ .classBuilder()
10
+ .ep({
11
+ ...commonParams,
12
+ })
13
+ .m(function (Command, cs, config, o) {
14
+ return [
15
+ getSerdePlugin(config, this.serialize, this.deserialize),
16
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
17
+ ];
18
+ })
19
+ .s("AwsResilienceHub", "DescribeApp", {})
20
+ .n("ResiliencehubClient", "DescribeAppCommand")
21
+ .f(void 0, DescribeAppResponseFilterSensitiveLog)
22
+ .ser(se_DescribeAppCommand)
23
+ .de(de_DescribeAppCommand)
24
+ .build() {
48
25
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_DescribeAppVersionAppComponentCommand, se_DescribeAppVersionAppComponentCommand, } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class DescribeAppVersionAppComponentCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, DescribeAppVersionAppComponentCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "ResiliencehubClient";
26
- const commandName = "DescribeAppVersionAppComponentCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "AwsResilienceHub",
35
- operation: "DescribeAppVersionAppComponent",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_DescribeAppVersionAppComponentCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_DescribeAppVersionAppComponentCommand(output, context);
46
- }
7
+ export class DescribeAppVersionAppComponentCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("AwsResilienceHub", "DescribeAppVersionAppComponent", {})
19
+ .n("ResiliencehubClient", "DescribeAppVersionAppComponentCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_DescribeAppVersionAppComponentCommand)
22
+ .de(de_DescribeAppVersionAppComponentCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_DescribeAppVersionCommand, se_DescribeAppVersionCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class DescribeAppVersionCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, DescribeAppVersionCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "ResiliencehubClient";
26
- const commandName = "DescribeAppVersionCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "AwsResilienceHub",
35
- operation: "DescribeAppVersion",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_DescribeAppVersionCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_DescribeAppVersionCommand(output, context);
46
- }
7
+ export class DescribeAppVersionCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("AwsResilienceHub", "DescribeAppVersion", {})
19
+ .n("ResiliencehubClient", "DescribeAppVersionCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_DescribeAppVersionCommand)
22
+ .de(de_DescribeAppVersionCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_DescribeAppVersionResourceCommand, se_DescribeAppVersionResourceCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class DescribeAppVersionResourceCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, DescribeAppVersionResourceCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "ResiliencehubClient";
26
- const commandName = "DescribeAppVersionResourceCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "AwsResilienceHub",
35
- operation: "DescribeAppVersionResource",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_DescribeAppVersionResourceCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_DescribeAppVersionResourceCommand(output, context);
46
- }
7
+ export class DescribeAppVersionResourceCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("AwsResilienceHub", "DescribeAppVersionResource", {})
19
+ .n("ResiliencehubClient", "DescribeAppVersionResourceCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_DescribeAppVersionResourceCommand)
22
+ .de(de_DescribeAppVersionResourceCommand)
23
+ .build() {
47
24
  }