@aws-sdk/client-codeguru-reviewer 3.34.0 → 3.37.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 (249) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/{dist/cjs → dist-cjs}/CodeGuruReviewer.js +0 -19
  3. package/dist-cjs/CodeGuruReviewerClient.js +35 -0
  4. package/dist-cjs/commands/AssociateRepositoryCommand.js +36 -0
  5. package/{dist/cjs → dist-cjs}/commands/CreateCodeReviewCommand.js +2 -33
  6. package/{dist/cjs → dist-cjs}/commands/DescribeCodeReviewCommand.js +2 -27
  7. package/{dist/cjs → dist-cjs}/commands/DescribeRecommendationFeedbackCommand.js +2 -29
  8. package/{dist/cjs → dist-cjs}/commands/DescribeRepositoryAssociationCommand.js +2 -32
  9. package/{dist/cjs → dist-cjs}/commands/DisassociateRepositoryCommand.js +2 -27
  10. package/{dist/cjs → dist-cjs}/commands/ListCodeReviewsCommand.js +2 -29
  11. package/{dist/cjs → dist-cjs}/commands/ListRecommendationFeedbackCommand.js +2 -33
  12. package/{dist/cjs → dist-cjs}/commands/ListRecommendationsCommand.js +2 -29
  13. package/dist-cjs/commands/ListRepositoryAssociationsCommand.js +36 -0
  14. package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -27
  15. package/{dist/cjs → dist-cjs}/commands/PutRecommendationFeedbackCommand.js +2 -29
  16. package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +2 -27
  17. package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +2 -27
  18. package/{dist/cjs → dist-cjs}/endpoints.js +1 -2
  19. package/{dist/cjs → dist-cjs}/index.js +0 -1
  20. package/{dist/cjs → dist-cjs}/models/index.js +0 -1
  21. package/{dist/cjs → dist-cjs}/models/models_0.js +0 -184
  22. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
  23. package/{dist/cjs → dist-cjs}/pagination/ListCodeReviewsPaginator.js +0 -11
  24. package/{dist/cjs → dist-cjs}/pagination/ListRecommendationFeedbackPaginator.js +0 -11
  25. package/{dist/cjs → dist-cjs}/pagination/ListRecommendationsPaginator.js +0 -11
  26. package/{dist/cjs → dist-cjs}/pagination/ListRepositoryAssociationsPaginator.js +0 -11
  27. package/{dist/cjs → dist-cjs}/protocols/Aws_restJson1.js +5 -11
  28. package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +1 -5
  29. package/{dist/cjs → dist-cjs}/runtimeConfig.js +1 -5
  30. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -4
  31. package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -5
  32. package/{dist/cjs → dist-cjs}/waiters/waitForCodeReviewCompleted.js +4 -14
  33. package/{dist/cjs → dist-cjs}/waiters/waitForRepositoryAssociationSucceeded.js +4 -14
  34. package/{dist/es → dist-es}/CodeGuruReviewer.js +0 -1
  35. package/{dist/es → dist-es}/CodeGuruReviewerClient.js +1 -2
  36. package/{dist/es → dist-es}/commands/AssociateRepositoryCommand.js +2 -3
  37. package/{dist/es → dist-es}/commands/CreateCodeReviewCommand.js +2 -3
  38. package/{dist/es → dist-es}/commands/DescribeCodeReviewCommand.js +2 -3
  39. package/{dist/es → dist-es}/commands/DescribeRecommendationFeedbackCommand.js +2 -3
  40. package/{dist/es → dist-es}/commands/DescribeRepositoryAssociationCommand.js +2 -3
  41. package/{dist/es → dist-es}/commands/DisassociateRepositoryCommand.js +2 -3
  42. package/{dist/es → dist-es}/commands/ListCodeReviewsCommand.js +2 -3
  43. package/{dist/es → dist-es}/commands/ListRecommendationFeedbackCommand.js +2 -3
  44. package/{dist/es → dist-es}/commands/ListRecommendationsCommand.js +2 -3
  45. package/{dist/es → dist-es}/commands/ListRepositoryAssociationsCommand.js +2 -3
  46. package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +2 -3
  47. package/{dist/es → dist-es}/commands/PutRecommendationFeedbackCommand.js +2 -3
  48. package/{dist/es → dist-es}/commands/TagResourceCommand.js +2 -3
  49. package/{dist/es → dist-es}/commands/UntagResourceCommand.js +2 -3
  50. package/{dist/es → dist-es}/endpoints.js +1 -2
  51. package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
  52. package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
  53. package/{dist/es → dist-es}/models/models_0.js +0 -1
  54. package/dist-es/pagination/Interfaces.js +1 -0
  55. package/{dist/es → dist-es}/pagination/ListCodeReviewsPaginator.js +0 -1
  56. package/{dist/es → dist-es}/pagination/ListRecommendationFeedbackPaginator.js +0 -1
  57. package/{dist/es → dist-es}/pagination/ListRecommendationsPaginator.js +0 -1
  58. package/{dist/es → dist-es}/pagination/ListRepositoryAssociationsPaginator.js +0 -1
  59. package/{dist/es → dist-es}/protocols/Aws_restJson1.js +0 -1
  60. package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -2
  61. package/{dist/es → dist-es}/runtimeConfig.js +1 -2
  62. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -1
  63. package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -2
  64. package/{dist/es → dist-es}/waiters/waitForCodeReviewCompleted.js +1 -2
  65. package/{dist/es → dist-es}/waiters/waitForRepositoryAssociationSucceeded.js +1 -2
  66. package/{dist/types → dist-types}/CodeGuruReviewer.d.ts +1 -1
  67. package/{dist/types → dist-types}/CodeGuruReviewerClient.d.ts +8 -8
  68. package/{dist/types → dist-types}/commands/AssociateRepositoryCommand.d.ts +2 -2
  69. package/{dist/types → dist-types}/commands/CreateCodeReviewCommand.d.ts +2 -2
  70. package/{dist/types → dist-types}/commands/DescribeCodeReviewCommand.d.ts +2 -2
  71. package/{dist/types → dist-types}/commands/DescribeRecommendationFeedbackCommand.d.ts +2 -2
  72. package/{dist/types → dist-types}/commands/DescribeRepositoryAssociationCommand.d.ts +2 -2
  73. package/{dist/types → dist-types}/commands/DisassociateRepositoryCommand.d.ts +2 -2
  74. package/{dist/types → dist-types}/commands/ListCodeReviewsCommand.d.ts +2 -2
  75. package/{dist/types → dist-types}/commands/ListRecommendationFeedbackCommand.d.ts +2 -2
  76. package/{dist/types → dist-types}/commands/ListRecommendationsCommand.d.ts +2 -2
  77. package/{dist/types → dist-types}/commands/ListRepositoryAssociationsCommand.d.ts +2 -2
  78. package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +2 -2
  79. package/{dist/types → dist-types}/commands/PutRecommendationFeedbackCommand.d.ts +2 -2
  80. package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +2 -2
  81. package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +2 -2
  82. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  83. package/{index.ts → dist-types/index.d.ts} +0 -0
  84. package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
  85. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  86. package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
  87. package/{dist/types → dist-types}/pagination/ListCodeReviewsPaginator.d.ts +1 -1
  88. package/{dist/types → dist-types}/pagination/ListRecommendationFeedbackPaginator.d.ts +1 -1
  89. package/{dist/types → dist-types}/pagination/ListRecommendationsPaginator.d.ts +1 -1
  90. package/{dist/types → dist-types}/pagination/ListRepositoryAssociationsPaginator.d.ts +1 -1
  91. package/{dist/types → dist-types}/protocols/Aws_restJson1.d.ts +2 -2
  92. package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
  93. package/{dist/types → dist-types}/runtimeConfig.d.ts +2 -4
  94. package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
  95. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  96. package/{dist/types → dist-types}/ts3.4/CodeGuruReviewer.d.ts +16 -127
  97. package/{dist/types → dist-types}/ts3.4/CodeGuruReviewerClient.d.ts +32 -112
  98. package/dist-types/ts3.4/commands/AssociateRepositoryCommand.d.ts +17 -0
  99. package/dist-types/ts3.4/commands/CreateCodeReviewCommand.d.ts +17 -0
  100. package/dist-types/ts3.4/commands/DescribeCodeReviewCommand.d.ts +17 -0
  101. package/{dist/types → dist-types}/ts3.4/commands/DescribeRecommendationFeedbackCommand.d.ts +4 -24
  102. package/dist-types/ts3.4/commands/DescribeRepositoryAssociationCommand.d.ts +17 -0
  103. package/{dist/types → dist-types}/ts3.4/commands/DisassociateRepositoryCommand.d.ts +4 -22
  104. package/dist-types/ts3.4/commands/ListCodeReviewsCommand.d.ts +17 -0
  105. package/dist-types/ts3.4/commands/ListRecommendationFeedbackCommand.d.ts +17 -0
  106. package/dist-types/ts3.4/commands/ListRecommendationsCommand.d.ts +17 -0
  107. package/dist-types/ts3.4/commands/ListRepositoryAssociationsCommand.d.ts +17 -0
  108. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  109. package/dist-types/ts3.4/commands/PutRecommendationFeedbackCommand.d.ts +17 -0
  110. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  111. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  112. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  113. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  114. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  115. package/dist-types/ts3.4/models/models_0.d.ts +838 -0
  116. package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
  117. package/{dist/types → dist-types}/ts3.4/pagination/ListCodeReviewsPaginator.d.ts +1 -1
  118. package/{dist/types → dist-types}/ts3.4/pagination/ListRecommendationFeedbackPaginator.d.ts +1 -1
  119. package/{dist/types → dist-types}/ts3.4/pagination/ListRecommendationsPaginator.d.ts +1 -1
  120. package/{dist/types → dist-types}/ts3.4/pagination/ListRepositoryAssociationsPaginator.d.ts +1 -1
  121. package/{dist/types → dist-types}/ts3.4/protocols/Aws_restJson1.d.ts +2 -2
  122. package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -3
  123. package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +3 -7
  124. package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -3
  125. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +1 -3
  126. package/{dist/types → dist-types}/ts3.4/waiters/waitForCodeReviewCompleted.d.ts +3 -10
  127. package/{dist/types → dist-types}/ts3.4/waiters/waitForRepositoryAssociationSucceeded.d.ts +3 -10
  128. package/{dist/types → dist-types}/waiters/waitForCodeReviewCompleted.d.ts +1 -1
  129. package/{dist/types → dist-types}/waiters/waitForRepositoryAssociationSucceeded.d.ts +1 -1
  130. package/package.json +46 -43
  131. package/CodeGuruReviewer.ts +0 -596
  132. package/CodeGuruReviewerClient.ts +0 -319
  133. package/commands/AssociateRepositoryCommand.ts +0 -118
  134. package/commands/CreateCodeReviewCommand.ts +0 -100
  135. package/commands/DescribeCodeReviewCommand.ts +0 -94
  136. package/commands/DescribeRecommendationFeedbackCommand.ts +0 -104
  137. package/commands/DescribeRepositoryAssociationCommand.ts +0 -104
  138. package/commands/DisassociateRepositoryCommand.ts +0 -94
  139. package/commands/ListCodeReviewsCommand.ts +0 -96
  140. package/commands/ListRecommendationFeedbackCommand.ts +0 -103
  141. package/commands/ListRecommendationsCommand.ts +0 -96
  142. package/commands/ListRepositoryAssociationsCommand.ts +0 -114
  143. package/commands/ListTagsForResourceCommand.ts +0 -94
  144. package/commands/PutRecommendationFeedbackCommand.ts +0 -99
  145. package/commands/TagResourceCommand.ts +0 -94
  146. package/commands/UntagResourceCommand.ts +0 -94
  147. package/dist/cjs/CodeGuruReviewer.js.map +0 -1
  148. package/dist/cjs/CodeGuruReviewerClient.js +0 -59
  149. package/dist/cjs/CodeGuruReviewerClient.js.map +0 -1
  150. package/dist/cjs/commands/AssociateRepositoryCommand.js +0 -85
  151. package/dist/cjs/commands/AssociateRepositoryCommand.js.map +0 -1
  152. package/dist/cjs/commands/CreateCodeReviewCommand.js.map +0 -1
  153. package/dist/cjs/commands/DescribeCodeReviewCommand.js.map +0 -1
  154. package/dist/cjs/commands/DescribeRecommendationFeedbackCommand.js.map +0 -1
  155. package/dist/cjs/commands/DescribeRepositoryAssociationCommand.js.map +0 -1
  156. package/dist/cjs/commands/DisassociateRepositoryCommand.js.map +0 -1
  157. package/dist/cjs/commands/ListCodeReviewsCommand.js.map +0 -1
  158. package/dist/cjs/commands/ListRecommendationFeedbackCommand.js.map +0 -1
  159. package/dist/cjs/commands/ListRecommendationsCommand.js.map +0 -1
  160. package/dist/cjs/commands/ListRepositoryAssociationsCommand.js +0 -78
  161. package/dist/cjs/commands/ListRepositoryAssociationsCommand.js.map +0 -1
  162. package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  163. package/dist/cjs/commands/PutRecommendationFeedbackCommand.js.map +0 -1
  164. package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
  165. package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
  166. package/dist/cjs/endpoints.js.map +0 -1
  167. package/dist/cjs/index.js.map +0 -1
  168. package/dist/cjs/models/index.js.map +0 -1
  169. package/dist/cjs/models/models_0.js.map +0 -1
  170. package/dist/cjs/package.json +0 -94
  171. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  172. package/dist/cjs/pagination/ListCodeReviewsPaginator.js.map +0 -1
  173. package/dist/cjs/pagination/ListRecommendationFeedbackPaginator.js.map +0 -1
  174. package/dist/cjs/pagination/ListRecommendationsPaginator.js.map +0 -1
  175. package/dist/cjs/pagination/ListRepositoryAssociationsPaginator.js.map +0 -1
  176. package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
  177. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  178. package/dist/cjs/runtimeConfig.js.map +0 -1
  179. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  180. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  181. package/dist/cjs/waiters/waitForCodeReviewCompleted.js.map +0 -1
  182. package/dist/cjs/waiters/waitForRepositoryAssociationSucceeded.js.map +0 -1
  183. package/dist/es/CodeGuruReviewer.js.map +0 -1
  184. package/dist/es/CodeGuruReviewerClient.js.map +0 -1
  185. package/dist/es/commands/AssociateRepositoryCommand.js.map +0 -1
  186. package/dist/es/commands/CreateCodeReviewCommand.js.map +0 -1
  187. package/dist/es/commands/DescribeCodeReviewCommand.js.map +0 -1
  188. package/dist/es/commands/DescribeRecommendationFeedbackCommand.js.map +0 -1
  189. package/dist/es/commands/DescribeRepositoryAssociationCommand.js.map +0 -1
  190. package/dist/es/commands/DisassociateRepositoryCommand.js.map +0 -1
  191. package/dist/es/commands/ListCodeReviewsCommand.js.map +0 -1
  192. package/dist/es/commands/ListRecommendationFeedbackCommand.js.map +0 -1
  193. package/dist/es/commands/ListRecommendationsCommand.js.map +0 -1
  194. package/dist/es/commands/ListRepositoryAssociationsCommand.js.map +0 -1
  195. package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
  196. package/dist/es/commands/PutRecommendationFeedbackCommand.js.map +0 -1
  197. package/dist/es/commands/TagResourceCommand.js.map +0 -1
  198. package/dist/es/commands/UntagResourceCommand.js.map +0 -1
  199. package/dist/es/endpoints.js.map +0 -1
  200. package/dist/es/index.js +0 -25
  201. package/dist/es/index.js.map +0 -1
  202. package/dist/es/models/index.js +0 -2
  203. package/dist/es/models/index.js.map +0 -1
  204. package/dist/es/models/models_0.js.map +0 -1
  205. package/dist/es/package.json +0 -94
  206. package/dist/es/pagination/Interfaces.js +0 -2
  207. package/dist/es/pagination/Interfaces.js.map +0 -1
  208. package/dist/es/pagination/ListCodeReviewsPaginator.js.map +0 -1
  209. package/dist/es/pagination/ListRecommendationFeedbackPaginator.js.map +0 -1
  210. package/dist/es/pagination/ListRecommendationsPaginator.js.map +0 -1
  211. package/dist/es/pagination/ListRepositoryAssociationsPaginator.js.map +0 -1
  212. package/dist/es/protocols/Aws_restJson1.js.map +0 -1
  213. package/dist/es/runtimeConfig.browser.js.map +0 -1
  214. package/dist/es/runtimeConfig.js.map +0 -1
  215. package/dist/es/runtimeConfig.native.js.map +0 -1
  216. package/dist/es/runtimeConfig.shared.js.map +0 -1
  217. package/dist/es/waiters/waitForCodeReviewCompleted.js.map +0 -1
  218. package/dist/es/waiters/waitForRepositoryAssociationSucceeded.js.map +0 -1
  219. package/dist/types/ts3.4/commands/AssociateRepositoryCommand.d.ts +0 -59
  220. package/dist/types/ts3.4/commands/CreateCodeReviewCommand.d.ts +0 -41
  221. package/dist/types/ts3.4/commands/DescribeCodeReviewCommand.d.ts +0 -35
  222. package/dist/types/ts3.4/commands/DescribeRepositoryAssociationCommand.d.ts +0 -40
  223. package/dist/types/ts3.4/commands/ListCodeReviewsCommand.d.ts +0 -37
  224. package/dist/types/ts3.4/commands/ListRecommendationFeedbackCommand.d.ts +0 -41
  225. package/dist/types/ts3.4/commands/ListRecommendationsCommand.d.ts +0 -37
  226. package/dist/types/ts3.4/commands/ListRepositoryAssociationsCommand.d.ts +0 -52
  227. package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -35
  228. package/dist/types/ts3.4/commands/PutRecommendationFeedbackCommand.d.ts +0 -37
  229. package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -35
  230. package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -35
  231. package/dist/types/ts3.4/models/models_0.d.ts +0 -2210
  232. package/endpoints.ts +0 -57
  233. package/jest.config.js +0 -4
  234. package/models/models_0.ts +0 -2570
  235. package/pagination/Interfaces.ts +0 -7
  236. package/pagination/ListCodeReviewsPaginator.ts +0 -58
  237. package/pagination/ListRecommendationFeedbackPaginator.ts +0 -58
  238. package/pagination/ListRecommendationsPaginator.ts +0 -58
  239. package/pagination/ListRepositoryAssociationsPaginator.ts +0 -58
  240. package/protocols/Aws_restJson1.ts +0 -2525
  241. package/runtimeConfig.browser.ts +0 -40
  242. package/runtimeConfig.native.ts +0 -16
  243. package/runtimeConfig.shared.ts +0 -16
  244. package/runtimeConfig.ts +0 -45
  245. package/tsconfig.es.json +0 -10
  246. package/tsconfig.json +0 -31
  247. package/tsconfig.types.json +0 -8
  248. package/waiters/waitForCodeReviewCompleted.ts +0 -57
  249. package/waiters/waitForRepositoryAssociationSucceeded.ts +0 -60
package/CHANGELOG.md CHANGED
@@ -3,6 +3,53 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.37.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.1...v3.37.0) (2021-10-15)
7
+
8
+
9
+ ### Features
10
+
11
+ * **clients:** update clients as of 10/15/2021 ([#2902](https://github.com/aws/aws-sdk-js-v3/issues/2902)) ([2730b54](https://github.com/aws/aws-sdk-js-v3/commit/2730b5424377944a5a2ad5e1ad7d3ca4135dae1c))
12
+
13
+
14
+
15
+
16
+
17
+ ## [3.36.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.0...v3.36.1) (2021-10-12)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * **clients:** emitDeclarationOnly in tsconfig.types.json ([#2893](https://github.com/aws/aws-sdk-js-v3/issues/2893)) ([6dc3d56](https://github.com/aws/aws-sdk-js-v3/commit/6dc3d56c20809c90cbdc4dd48627eeebc64af99d))
23
+
24
+
25
+
26
+
27
+
28
+ # [3.36.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.35.0...v3.36.0) (2021-10-08)
29
+
30
+
31
+ ### Features
32
+
33
+ * publish files in dist-* only ([#2873](https://github.com/aws/aws-sdk-js-v3/issues/2873)) ([53b4243](https://github.com/aws/aws-sdk-js-v3/commit/53b4243b066f25ff2412d5f0dea1036054b2df32))
34
+ * **codegen:** ts-ignore packageInfo imports in codegen ([#2875](https://github.com/aws/aws-sdk-js-v3/issues/2875)) ([99d9267](https://github.com/aws/aws-sdk-js-v3/commit/99d926762193e83a354edec6e9de2b0543449704))
35
+ * **tsconfig:** remove sourceMap ([#2867](https://github.com/aws/aws-sdk-js-v3/issues/2867)) ([d25f526](https://github.com/aws/aws-sdk-js-v3/commit/d25f526627a02a2ca28675fecce66c76b6c97966))
36
+
37
+
38
+
39
+
40
+
41
+ # [3.35.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.34.0...v3.35.0) (2021-10-04)
42
+
43
+
44
+ ### Features
45
+
46
+ * **clients:** eslint --fix using esprint ([#2849](https://github.com/aws/aws-sdk-js-v3/issues/2849)) ([94d0a2d](https://github.com/aws/aws-sdk-js-v3/commit/94d0a2d8a0579ee0a742337937ad05735cfbc1ba))
47
+ * **clients:** move source files to 'src' folder ([#2845](https://github.com/aws/aws-sdk-js-v3/issues/2845)) ([e0025cd](https://github.com/aws/aws-sdk-js-v3/commit/e0025cddbba244a41ddf1fd1adb761142e15c22d))
48
+
49
+
50
+
51
+
52
+
6
53
  # [3.34.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.33.0...v3.34.0) (2021-09-24)
7
54
 
8
55
 
@@ -16,24 +16,6 @@ const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceComm
16
16
  const PutRecommendationFeedbackCommand_1 = require("./commands/PutRecommendationFeedbackCommand");
17
17
  const TagResourceCommand_1 = require("./commands/TagResourceCommand");
18
18
  const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
19
- /**
20
- * <p>This section provides documentation for the Amazon CodeGuru Reviewer API operations. CodeGuru Reviewer is a service
21
- * that uses program analysis and machine learning to detect potential defects that are difficult for developers to find and recommends
22
- * fixes in your Java and Python code.</p>
23
- *
24
- * <p>By proactively detecting and providing recommendations for addressing code defects and implementing best practices, CodeGuru Reviewer
25
- * improves the overall quality and maintainability of your code base during the code review stage. For more information about CodeGuru Reviewer, see the
26
- * <i>
27
- * <a href="https://docs.aws.amazon.com/codeguru/latest/reviewer-ug/welcome.html">Amazon CodeGuru Reviewer User Guide</a>.</i>
28
- * </p>
29
- *
30
- * <p>
31
- * To improve the security of your CodeGuru Reviewer API calls, you can establish a private connection between your VPC and CodeGuru Reviewer by
32
- * creating an <i>interface VPC endpoint</i>. For more information, see
33
- * <a href="https://docs.aws.amazon.com/codeguru/latest/reviewer-ug/vpc-interface-endpoints.html">CodeGuru Reviewer and interface
34
- * VPC endpoints (Amazon Web Services PrivateLink)</a> in the <i>Amazon CodeGuru Reviewer User Guide</i>.
35
- * </p>
36
- */
37
19
  class CodeGuruReviewer extends CodeGuruReviewerClient_1.CodeGuruReviewerClient {
38
20
  associateRepository(args, optionsOrCb, cb) {
39
21
  const command = new AssociateRepositoryCommand_1.AssociateRepositoryCommand(args);
@@ -233,4 +215,3 @@ class CodeGuruReviewer extends CodeGuruReviewerClient_1.CodeGuruReviewerClient {
233
215
  }
234
216
  }
235
217
  exports.CodeGuruReviewer = CodeGuruReviewer;
236
- //# sourceMappingURL=CodeGuruReviewer.js.map
@@ -0,0 +1,35 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CodeGuruReviewerClient = void 0;
4
+ const config_resolver_1 = require("@aws-sdk/config-resolver");
5
+ const middleware_content_length_1 = require("@aws-sdk/middleware-content-length");
6
+ const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
7
+ const middleware_logger_1 = require("@aws-sdk/middleware-logger");
8
+ const middleware_retry_1 = require("@aws-sdk/middleware-retry");
9
+ const middleware_signing_1 = require("@aws-sdk/middleware-signing");
10
+ const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
11
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
12
+ const runtimeConfig_1 = require("./runtimeConfig");
13
+ class CodeGuruReviewerClient extends smithy_client_1.Client {
14
+ constructor(configuration) {
15
+ const _config_0 = runtimeConfig_1.getRuntimeConfig(configuration);
16
+ const _config_1 = config_resolver_1.resolveRegionConfig(_config_0);
17
+ const _config_2 = config_resolver_1.resolveEndpointsConfig(_config_1);
18
+ const _config_3 = middleware_retry_1.resolveRetryConfig(_config_2);
19
+ const _config_4 = middleware_host_header_1.resolveHostHeaderConfig(_config_3);
20
+ const _config_5 = middleware_signing_1.resolveAwsAuthConfig(_config_4);
21
+ const _config_6 = middleware_user_agent_1.resolveUserAgentConfig(_config_5);
22
+ super(_config_6);
23
+ this.config = _config_6;
24
+ this.middlewareStack.use(middleware_retry_1.getRetryPlugin(this.config));
25
+ this.middlewareStack.use(middleware_content_length_1.getContentLengthPlugin(this.config));
26
+ this.middlewareStack.use(middleware_host_header_1.getHostHeaderPlugin(this.config));
27
+ this.middlewareStack.use(middleware_logger_1.getLoggerPlugin(this.config));
28
+ this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(this.config));
29
+ this.middlewareStack.use(middleware_user_agent_1.getUserAgentPlugin(this.config));
30
+ }
31
+ destroy() {
32
+ super.destroy();
33
+ }
34
+ }
35
+ exports.CodeGuruReviewerClient = CodeGuruReviewerClient;
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.AssociateRepositoryCommand = void 0;
4
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
+ class AssociateRepositoryCommand extends smithy_client_1.Command {
9
+ constructor(input) {
10
+ super();
11
+ this.input = input;
12
+ }
13
+ resolveMiddleware(clientStack, configuration, options) {
14
+ this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ const stack = clientStack.concat(this.middlewareStack);
16
+ const { logger } = configuration;
17
+ const clientName = "CodeGuruReviewerClient";
18
+ const commandName = "AssociateRepositoryCommand";
19
+ const handlerExecutionContext = {
20
+ logger,
21
+ clientName,
22
+ commandName,
23
+ inputFilterSensitiveLog: models_0_1.AssociateRepositoryRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.AssociateRepositoryResponse.filterSensitiveLog,
25
+ };
26
+ const { requestHandler } = configuration;
27
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
+ }
29
+ serialize(input, context) {
30
+ return Aws_restJson1_1.serializeAws_restJson1AssociateRepositoryCommand(input, context);
31
+ }
32
+ deserialize(output, context) {
33
+ return Aws_restJson1_1.deserializeAws_restJson1AssociateRepositoryCommand(output, context);
34
+ }
35
+ }
36
+ exports.AssociateRepositoryCommand = AssociateRepositoryCommand;
@@ -1,45 +1,15 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CreateCodeReviewCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
8
- /**
9
- * <p>
10
- * Use to create a code review with a <a href="https://docs.aws.amazon.com/codeguru/latest/reviewer-api/API_CodeReviewType.html">
11
- * <code>CodeReviewType</code>
12
- * </a>
13
- * of <code>RepositoryAnalysis</code>. This type of code review analyzes all code under a specified branch in an associated repository.
14
- * <code>PullRequest</code> code reviews are automatically triggered by a pull request.
15
- * </p>
16
- * @example
17
- * Use a bare-bones client and the command you need to make an API call.
18
- * ```javascript
19
- * import { CodeGuruReviewerClient, CreateCodeReviewCommand } from "@aws-sdk/client-codeguru-reviewer"; // ES Modules import
20
- * // const { CodeGuruReviewerClient, CreateCodeReviewCommand } = require("@aws-sdk/client-codeguru-reviewer"); // CommonJS import
21
- * const client = new CodeGuruReviewerClient(config);
22
- * const command = new CreateCodeReviewCommand(input);
23
- * const response = await client.send(command);
24
- * ```
25
- *
26
- * @see {@link CreateCodeReviewCommandInput} for command's `input` shape.
27
- * @see {@link CreateCodeReviewCommandOutput} for command's `response` shape.
28
- * @see {@link CodeGuruReviewerClientResolvedConfig | config} for command's `input` shape.
29
- *
30
- */
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
31
8
  class CreateCodeReviewCommand extends smithy_client_1.Command {
32
- // Start section: command_properties
33
- // End section: command_properties
34
9
  constructor(input) {
35
- // Start section: command_constructor
36
10
  super();
37
11
  this.input = input;
38
- // End section: command_constructor
39
12
  }
40
- /**
41
- * @internal
42
- */
43
13
  resolveMiddleware(clientStack, configuration, options) {
44
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
45
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -64,4 +34,3 @@ class CreateCodeReviewCommand extends smithy_client_1.Command {
64
34
  }
65
35
  }
66
36
  exports.CreateCodeReviewCommand = CreateCodeReviewCommand;
67
- //# sourceMappingURL=CreateCodeReviewCommand.js.map
@@ -1,39 +1,15 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DescribeCodeReviewCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
8
- /**
9
- * <p> Returns the metadata associated with the code review along with its status.</p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { CodeGuruReviewerClient, DescribeCodeReviewCommand } from "@aws-sdk/client-codeguru-reviewer"; // ES Modules import
14
- * // const { CodeGuruReviewerClient, DescribeCodeReviewCommand } = require("@aws-sdk/client-codeguru-reviewer"); // CommonJS import
15
- * const client = new CodeGuruReviewerClient(config);
16
- * const command = new DescribeCodeReviewCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link DescribeCodeReviewCommandInput} for command's `input` shape.
21
- * @see {@link DescribeCodeReviewCommandOutput} for command's `response` shape.
22
- * @see {@link CodeGuruReviewerClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
25
8
  class DescribeCodeReviewCommand extends smithy_client_1.Command {
26
- // Start section: command_properties
27
- // End section: command_properties
28
9
  constructor(input) {
29
- // Start section: command_constructor
30
10
  super();
31
11
  this.input = input;
32
- // End section: command_constructor
33
12
  }
34
- /**
35
- * @internal
36
- */
37
13
  resolveMiddleware(clientStack, configuration, options) {
38
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -58,4 +34,3 @@ class DescribeCodeReviewCommand extends smithy_client_1.Command {
58
34
  }
59
35
  }
60
36
  exports.DescribeCodeReviewCommand = DescribeCodeReviewCommand;
61
- //# sourceMappingURL=DescribeCodeReviewCommand.js.map
@@ -1,41 +1,15 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DescribeRecommendationFeedbackCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
8
- /**
9
- * <p>
10
- * Describes the customer feedback for a CodeGuru Reviewer recommendation.
11
- * </p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { CodeGuruReviewerClient, DescribeRecommendationFeedbackCommand } from "@aws-sdk/client-codeguru-reviewer"; // ES Modules import
16
- * // const { CodeGuruReviewerClient, DescribeRecommendationFeedbackCommand } = require("@aws-sdk/client-codeguru-reviewer"); // CommonJS import
17
- * const client = new CodeGuruReviewerClient(config);
18
- * const command = new DescribeRecommendationFeedbackCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link DescribeRecommendationFeedbackCommandInput} for command's `input` shape.
23
- * @see {@link DescribeRecommendationFeedbackCommandOutput} for command's `response` shape.
24
- * @see {@link CodeGuruReviewerClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
27
8
  class DescribeRecommendationFeedbackCommand extends smithy_client_1.Command {
28
- // Start section: command_properties
29
- // End section: command_properties
30
9
  constructor(input) {
31
- // Start section: command_constructor
32
10
  super();
33
11
  this.input = input;
34
- // End section: command_constructor
35
12
  }
36
- /**
37
- * @internal
38
- */
39
13
  resolveMiddleware(clientStack, configuration, options) {
40
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
41
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -60,4 +34,3 @@ class DescribeRecommendationFeedbackCommand extends smithy_client_1.Command {
60
34
  }
61
35
  }
62
36
  exports.DescribeRecommendationFeedbackCommand = DescribeRecommendationFeedbackCommand;
63
- //# sourceMappingURL=DescribeRecommendationFeedbackCommand.js.map
@@ -1,44 +1,15 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DescribeRepositoryAssociationCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
8
- /**
9
- * <p>
10
- * Returns a <a href="https://docs.aws.amazon.com/codeguru/latest/reviewer-api/API_RepositoryAssociation.html">
11
- * <code>RepositoryAssociation</code>
12
- * </a> object
13
- * that contains information about the requested repository association.
14
- * </p>
15
- * @example
16
- * Use a bare-bones client and the command you need to make an API call.
17
- * ```javascript
18
- * import { CodeGuruReviewerClient, DescribeRepositoryAssociationCommand } from "@aws-sdk/client-codeguru-reviewer"; // ES Modules import
19
- * // const { CodeGuruReviewerClient, DescribeRepositoryAssociationCommand } = require("@aws-sdk/client-codeguru-reviewer"); // CommonJS import
20
- * const client = new CodeGuruReviewerClient(config);
21
- * const command = new DescribeRepositoryAssociationCommand(input);
22
- * const response = await client.send(command);
23
- * ```
24
- *
25
- * @see {@link DescribeRepositoryAssociationCommandInput} for command's `input` shape.
26
- * @see {@link DescribeRepositoryAssociationCommandOutput} for command's `response` shape.
27
- * @see {@link CodeGuruReviewerClientResolvedConfig | config} for command's `input` shape.
28
- *
29
- */
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
30
8
  class DescribeRepositoryAssociationCommand extends smithy_client_1.Command {
31
- // Start section: command_properties
32
- // End section: command_properties
33
9
  constructor(input) {
34
- // Start section: command_constructor
35
10
  super();
36
11
  this.input = input;
37
- // End section: command_constructor
38
12
  }
39
- /**
40
- * @internal
41
- */
42
13
  resolveMiddleware(clientStack, configuration, options) {
43
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
44
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -63,4 +34,3 @@ class DescribeRepositoryAssociationCommand extends smithy_client_1.Command {
63
34
  }
64
35
  }
65
36
  exports.DescribeRepositoryAssociationCommand = DescribeRepositoryAssociationCommand;
66
- //# sourceMappingURL=DescribeRepositoryAssociationCommand.js.map
@@ -1,39 +1,15 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DisassociateRepositoryCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
8
- /**
9
- * <p>Removes the association between Amazon CodeGuru Reviewer and a repository.</p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { CodeGuruReviewerClient, DisassociateRepositoryCommand } from "@aws-sdk/client-codeguru-reviewer"; // ES Modules import
14
- * // const { CodeGuruReviewerClient, DisassociateRepositoryCommand } = require("@aws-sdk/client-codeguru-reviewer"); // CommonJS import
15
- * const client = new CodeGuruReviewerClient(config);
16
- * const command = new DisassociateRepositoryCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link DisassociateRepositoryCommandInput} for command's `input` shape.
21
- * @see {@link DisassociateRepositoryCommandOutput} for command's `response` shape.
22
- * @see {@link CodeGuruReviewerClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
25
8
  class DisassociateRepositoryCommand extends smithy_client_1.Command {
26
- // Start section: command_properties
27
- // End section: command_properties
28
9
  constructor(input) {
29
- // Start section: command_constructor
30
10
  super();
31
11
  this.input = input;
32
- // End section: command_constructor
33
12
  }
34
- /**
35
- * @internal
36
- */
37
13
  resolveMiddleware(clientStack, configuration, options) {
38
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -58,4 +34,3 @@ class DisassociateRepositoryCommand extends smithy_client_1.Command {
58
34
  }
59
35
  }
60
36
  exports.DisassociateRepositoryCommand = DisassociateRepositoryCommand;
61
- //# sourceMappingURL=DisassociateRepositoryCommand.js.map
@@ -1,41 +1,15 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ListCodeReviewsCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
8
- /**
9
- * <p>
10
- * Lists all the code reviews that the customer has created in the past 90 days.
11
- * </p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { CodeGuruReviewerClient, ListCodeReviewsCommand } from "@aws-sdk/client-codeguru-reviewer"; // ES Modules import
16
- * // const { CodeGuruReviewerClient, ListCodeReviewsCommand } = require("@aws-sdk/client-codeguru-reviewer"); // CommonJS import
17
- * const client = new CodeGuruReviewerClient(config);
18
- * const command = new ListCodeReviewsCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link ListCodeReviewsCommandInput} for command's `input` shape.
23
- * @see {@link ListCodeReviewsCommandOutput} for command's `response` shape.
24
- * @see {@link CodeGuruReviewerClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
27
8
  class ListCodeReviewsCommand extends smithy_client_1.Command {
28
- // Start section: command_properties
29
- // End section: command_properties
30
9
  constructor(input) {
31
- // Start section: command_constructor
32
10
  super();
33
11
  this.input = input;
34
- // End section: command_constructor
35
12
  }
36
- /**
37
- * @internal
38
- */
39
13
  resolveMiddleware(clientStack, configuration, options) {
40
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
41
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -60,4 +34,3 @@ class ListCodeReviewsCommand extends smithy_client_1.Command {
60
34
  }
61
35
  }
62
36
  exports.ListCodeReviewsCommand = ListCodeReviewsCommand;
63
- //# sourceMappingURL=ListCodeReviewsCommand.js.map
@@ -1,45 +1,15 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ListRecommendationFeedbackCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
8
- /**
9
- * <p>
10
- * Returns a list of
11
- * <a href="https://docs.aws.amazon.com/codeguru/latest/reviewer-api/API_RecommendationFeedbackSummary.html">
12
- * <code>RecommendationFeedbackSummary</code>
13
- * </a>
14
- * objects that contain customer recommendation feedback for all CodeGuru Reviewer users.
15
- * </p>
16
- * @example
17
- * Use a bare-bones client and the command you need to make an API call.
18
- * ```javascript
19
- * import { CodeGuruReviewerClient, ListRecommendationFeedbackCommand } from "@aws-sdk/client-codeguru-reviewer"; // ES Modules import
20
- * // const { CodeGuruReviewerClient, ListRecommendationFeedbackCommand } = require("@aws-sdk/client-codeguru-reviewer"); // CommonJS import
21
- * const client = new CodeGuruReviewerClient(config);
22
- * const command = new ListRecommendationFeedbackCommand(input);
23
- * const response = await client.send(command);
24
- * ```
25
- *
26
- * @see {@link ListRecommendationFeedbackCommandInput} for command's `input` shape.
27
- * @see {@link ListRecommendationFeedbackCommandOutput} for command's `response` shape.
28
- * @see {@link CodeGuruReviewerClientResolvedConfig | config} for command's `input` shape.
29
- *
30
- */
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
31
8
  class ListRecommendationFeedbackCommand extends smithy_client_1.Command {
32
- // Start section: command_properties
33
- // End section: command_properties
34
9
  constructor(input) {
35
- // Start section: command_constructor
36
10
  super();
37
11
  this.input = input;
38
- // End section: command_constructor
39
12
  }
40
- /**
41
- * @internal
42
- */
43
13
  resolveMiddleware(clientStack, configuration, options) {
44
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
45
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -64,4 +34,3 @@ class ListRecommendationFeedbackCommand extends smithy_client_1.Command {
64
34
  }
65
35
  }
66
36
  exports.ListRecommendationFeedbackCommand = ListRecommendationFeedbackCommand;
67
- //# sourceMappingURL=ListRecommendationFeedbackCommand.js.map
@@ -1,41 +1,15 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ListRecommendationsCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
8
- /**
9
- * <p>
10
- * Returns the list of all recommendations for a completed code review.
11
- * </p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { CodeGuruReviewerClient, ListRecommendationsCommand } from "@aws-sdk/client-codeguru-reviewer"; // ES Modules import
16
- * // const { CodeGuruReviewerClient, ListRecommendationsCommand } = require("@aws-sdk/client-codeguru-reviewer"); // CommonJS import
17
- * const client = new CodeGuruReviewerClient(config);
18
- * const command = new ListRecommendationsCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link ListRecommendationsCommandInput} for command's `input` shape.
23
- * @see {@link ListRecommendationsCommandOutput} for command's `response` shape.
24
- * @see {@link CodeGuruReviewerClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
27
8
  class ListRecommendationsCommand extends smithy_client_1.Command {
28
- // Start section: command_properties
29
- // End section: command_properties
30
9
  constructor(input) {
31
- // Start section: command_constructor
32
10
  super();
33
11
  this.input = input;
34
- // End section: command_constructor
35
12
  }
36
- /**
37
- * @internal
38
- */
39
13
  resolveMiddleware(clientStack, configuration, options) {
40
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
41
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -60,4 +34,3 @@ class ListRecommendationsCommand extends smithy_client_1.Command {
60
34
  }
61
35
  }
62
36
  exports.ListRecommendationsCommand = ListRecommendationsCommand;
63
- //# sourceMappingURL=ListRecommendationsCommand.js.map
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ListRepositoryAssociationsCommand = void 0;
4
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
+ class ListRepositoryAssociationsCommand extends smithy_client_1.Command {
9
+ constructor(input) {
10
+ super();
11
+ this.input = input;
12
+ }
13
+ resolveMiddleware(clientStack, configuration, options) {
14
+ this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ const stack = clientStack.concat(this.middlewareStack);
16
+ const { logger } = configuration;
17
+ const clientName = "CodeGuruReviewerClient";
18
+ const commandName = "ListRepositoryAssociationsCommand";
19
+ const handlerExecutionContext = {
20
+ logger,
21
+ clientName,
22
+ commandName,
23
+ inputFilterSensitiveLog: models_0_1.ListRepositoryAssociationsRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.ListRepositoryAssociationsResponse.filterSensitiveLog,
25
+ };
26
+ const { requestHandler } = configuration;
27
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
+ }
29
+ serialize(input, context) {
30
+ return Aws_restJson1_1.serializeAws_restJson1ListRepositoryAssociationsCommand(input, context);
31
+ }
32
+ deserialize(output, context) {
33
+ return Aws_restJson1_1.deserializeAws_restJson1ListRepositoryAssociationsCommand(output, context);
34
+ }
35
+ }
36
+ exports.ListRepositoryAssociationsCommand = ListRepositoryAssociationsCommand;
@@ -1,39 +1,15 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ListTagsForResourceCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
8
- /**
9
- * <p>Returns the list of tags associated with an associated repository resource.</p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { CodeGuruReviewerClient, ListTagsForResourceCommand } from "@aws-sdk/client-codeguru-reviewer"; // ES Modules import
14
- * // const { CodeGuruReviewerClient, ListTagsForResourceCommand } = require("@aws-sdk/client-codeguru-reviewer"); // CommonJS import
15
- * const client = new CodeGuruReviewerClient(config);
16
- * const command = new ListTagsForResourceCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
21
- * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
22
- * @see {@link CodeGuruReviewerClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
25
8
  class ListTagsForResourceCommand extends smithy_client_1.Command {
26
- // Start section: command_properties
27
- // End section: command_properties
28
9
  constructor(input) {
29
- // Start section: command_constructor
30
10
  super();
31
11
  this.input = input;
32
- // End section: command_constructor
33
12
  }
34
- /**
35
- * @internal
36
- */
37
13
  resolveMiddleware(clientStack, configuration, options) {
38
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -58,4 +34,3 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
58
34
  }
59
35
  }
60
36
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
61
- //# sourceMappingURL=ListTagsForResourceCommand.js.map