@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
@@ -1,6 +1,6 @@
1
+ import { PaginationConfiguration } from "@aws-sdk/types";
1
2
  import { CodeGuruReviewer } from "../CodeGuruReviewer";
2
3
  import { CodeGuruReviewerClient } from "../CodeGuruReviewerClient";
3
- import { PaginationConfiguration } from "@aws-sdk/types";
4
4
  export interface CodeGuruReviewerPaginationConfiguration extends PaginationConfiguration {
5
5
  client: CodeGuruReviewer | CodeGuruReviewerClient;
6
6
  }
@@ -1,4 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
1
2
  import { ListCodeReviewsCommandInput, ListCodeReviewsCommandOutput } from "../commands/ListCodeReviewsCommand";
2
3
  import { CodeGuruReviewerPaginationConfiguration } from "./Interfaces";
3
- import { Paginator } from "@aws-sdk/types";
4
4
  export declare function paginateListCodeReviews(config: CodeGuruReviewerPaginationConfiguration, input: ListCodeReviewsCommandInput, ...additionalArguments: any): Paginator<ListCodeReviewsCommandOutput>;
@@ -1,4 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
1
2
  import { ListRecommendationFeedbackCommandInput, ListRecommendationFeedbackCommandOutput } from "../commands/ListRecommendationFeedbackCommand";
2
3
  import { CodeGuruReviewerPaginationConfiguration } from "./Interfaces";
3
- import { Paginator } from "@aws-sdk/types";
4
4
  export declare function paginateListRecommendationFeedback(config: CodeGuruReviewerPaginationConfiguration, input: ListRecommendationFeedbackCommandInput, ...additionalArguments: any): Paginator<ListRecommendationFeedbackCommandOutput>;
@@ -1,4 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
1
2
  import { ListRecommendationsCommandInput, ListRecommendationsCommandOutput } from "../commands/ListRecommendationsCommand";
2
3
  import { CodeGuruReviewerPaginationConfiguration } from "./Interfaces";
3
- import { Paginator } from "@aws-sdk/types";
4
4
  export declare function paginateListRecommendations(config: CodeGuruReviewerPaginationConfiguration, input: ListRecommendationsCommandInput, ...additionalArguments: any): Paginator<ListRecommendationsCommandOutput>;
@@ -1,4 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
1
2
  import { ListRepositoryAssociationsCommandInput, ListRepositoryAssociationsCommandOutput } from "../commands/ListRepositoryAssociationsCommand";
2
3
  import { CodeGuruReviewerPaginationConfiguration } from "./Interfaces";
3
- import { Paginator } from "@aws-sdk/types";
4
4
  export declare function paginateListRepositoryAssociations(config: CodeGuruReviewerPaginationConfiguration, input: ListRepositoryAssociationsCommandInput, ...additionalArguments: any): Paginator<ListRepositoryAssociationsCommandOutput>;
@@ -1,3 +1,5 @@
1
+ import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
1
3
  import { AssociateRepositoryCommandInput, AssociateRepositoryCommandOutput } from "../commands/AssociateRepositoryCommand";
2
4
  import { CreateCodeReviewCommandInput, CreateCodeReviewCommandOutput } from "../commands/CreateCodeReviewCommand";
3
5
  import { DescribeCodeReviewCommandInput, DescribeCodeReviewCommandOutput } from "../commands/DescribeCodeReviewCommand";
@@ -12,8 +14,6 @@ import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } fro
12
14
  import { PutRecommendationFeedbackCommandInput, PutRecommendationFeedbackCommandOutput } from "../commands/PutRecommendationFeedbackCommand";
13
15
  import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
14
16
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
15
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
16
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
17
17
  export declare const serializeAws_restJson1AssociateRepositoryCommand: (input: AssociateRepositoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
18
18
  export declare const serializeAws_restJson1CreateCodeReviewCommand: (input: CreateCodeReviewCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
19
19
  export declare const serializeAws_restJson1DescribeCodeReviewCommand: (input: DescribeCodeReviewCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -1,8 +1,6 @@
1
1
  import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
2
2
  import { CodeGuruReviewerClientConfig } from "./CodeGuruReviewerClient";
3
- /**
4
- * @internal
5
- */
3
+
6
4
  export declare const getRuntimeConfig: (config: CodeGuruReviewerClientConfig) => {
7
5
  runtime: string;
8
6
  base64Decoder: import("@aws-sdk/types").Decoder;
@@ -1,14 +1,12 @@
1
1
  import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
2
2
  import { CodeGuruReviewerClientConfig } from "./CodeGuruReviewerClient";
3
- /**
4
- * @internal
5
- */
3
+
6
4
  export declare const getRuntimeConfig: (config: CodeGuruReviewerClientConfig) => {
7
5
  runtime: string;
8
6
  base64Decoder: import("@aws-sdk/types").Decoder;
9
7
  base64Encoder: import("@aws-sdk/types").Encoder;
10
8
  bodyLengthChecker: (body: any) => number | undefined;
11
- credentialDefaultProvider: import("@aws-sdk/client-sts/dist/types/defaultStsRoleAssumers").DefaultCredentialProvider;
9
+ credentialDefaultProvider: import("@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers").DefaultCredentialProvider;
12
10
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
13
11
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
14
12
  region: string | import("@aws-sdk/types").Provider<string>;
@@ -32,8 +30,6 @@ export declare const getRuntimeConfig: (config: CodeGuruReviewerClientConfig) =>
32
30
  signingEscapePath?: boolean | undefined;
33
31
  systemClockOffset?: number | undefined;
34
32
  signingRegion?: string | undefined;
35
- signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined; /**
36
- * @internal
37
- */
33
+ signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
38
34
  customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
39
35
  };
@@ -1,7 +1,5 @@
1
1
  import { CodeGuruReviewerClientConfig } from "./CodeGuruReviewerClient";
2
- /**
3
- * @internal
4
- */
2
+
5
3
  export declare const getRuntimeConfig: (config: CodeGuruReviewerClientConfig) => {
6
4
  runtime: string;
7
5
  sha256: import("@aws-sdk/types").HashConstructor;
@@ -1,8 +1,6 @@
1
1
  import { Logger as __Logger } from "@aws-sdk/types";
2
2
  import { CodeGuruReviewerClientConfig } from "./CodeGuruReviewerClient";
3
- /**
4
- * @internal
5
- */
3
+
6
4
  export declare const getRuntimeConfig: (config: CodeGuruReviewerClientConfig) => {
7
5
  apiVersion: string;
8
6
  disableHostPrefix: boolean;
@@ -1,14 +1,7 @@
1
+ import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
1
2
  import { CodeGuruReviewerClient } from "../CodeGuruReviewerClient";
2
3
  import { DescribeCodeReviewCommandInput } from "../commands/DescribeCodeReviewCommand";
3
- import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
4
- /**
5
- * Wait until a code review is complete.
6
- * @deprecated Use waitUntilCodeReviewCompleted instead. waitForCodeReviewCompleted does not throw error in non-success cases.
7
- */
4
+
8
5
  export declare const waitForCodeReviewCompleted: (params: WaiterConfiguration<CodeGuruReviewerClient>, input: DescribeCodeReviewCommandInput) => Promise<WaiterResult>;
9
- /**
10
- * Wait until a code review is complete.
11
- * @param params - Waiter configuration options.
12
- * @param input - The input to DescribeCodeReviewCommand for polling.
13
- */
6
+
14
7
  export declare const waitUntilCodeReviewCompleted: (params: WaiterConfiguration<CodeGuruReviewerClient>, input: DescribeCodeReviewCommandInput) => Promise<WaiterResult>;
@@ -1,14 +1,7 @@
1
+ import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
1
2
  import { CodeGuruReviewerClient } from "../CodeGuruReviewerClient";
2
3
  import { DescribeRepositoryAssociationCommandInput } from "../commands/DescribeRepositoryAssociationCommand";
3
- import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
4
- /**
5
- * Wait until a repository association is complete.
6
- * @deprecated Use waitUntilRepositoryAssociationSucceeded instead. waitForRepositoryAssociationSucceeded does not throw error in non-success cases.
7
- */
4
+
8
5
  export declare const waitForRepositoryAssociationSucceeded: (params: WaiterConfiguration<CodeGuruReviewerClient>, input: DescribeRepositoryAssociationCommandInput) => Promise<WaiterResult>;
9
- /**
10
- * Wait until a repository association is complete.
11
- * @param params - Waiter configuration options.
12
- * @param input - The input to DescribeRepositoryAssociationCommand for polling.
13
- */
6
+
14
7
  export declare const waitUntilRepositoryAssociationSucceeded: (params: WaiterConfiguration<CodeGuruReviewerClient>, input: DescribeRepositoryAssociationCommandInput) => Promise<WaiterResult>;
@@ -1,6 +1,6 @@
1
+ import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
1
2
  import { CodeGuruReviewerClient } from "../CodeGuruReviewerClient";
2
3
  import { DescribeCodeReviewCommandInput } from "../commands/DescribeCodeReviewCommand";
3
- import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
4
4
  /**
5
5
  * Wait until a code review is complete.
6
6
  * @deprecated Use waitUntilCodeReviewCompleted instead. waitForCodeReviewCompleted does not throw error in non-success cases.
@@ -1,6 +1,6 @@
1
+ import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
1
2
  import { CodeGuruReviewerClient } from "../CodeGuruReviewerClient";
2
3
  import { DescribeRepositoryAssociationCommandInput } from "../commands/DescribeRepositoryAssociationCommand";
3
- import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
4
4
  /**
5
5
  * Wait until a repository association is complete.
6
6
  * @deprecated Use waitUntilRepositoryAssociationSucceeded instead. waitForRepositoryAssociationSucceeded does not throw error in non-success cases.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-codeguru-reviewer",
3
3
  "description": "AWS SDK for JavaScript Codeguru Reviewer Client for Node.js, Browser and React Native",
4
- "version": "3.34.0",
4
+ "version": "3.37.0",
5
5
  "scripts": {
6
6
  "build": "yarn build:cjs && yarn build:es && yarn build:types",
7
7
  "build:cjs": "tsc -p tsconfig.json",
@@ -11,56 +11,50 @@
11
11
  "clean": "yarn clean:dist && yarn clean:docs",
12
12
  "clean:dist": "rimraf ./dist",
13
13
  "clean:docs": "rimraf ./docs",
14
- "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4",
14
+ "downlevel-dts": "downlevel-dts dist-types dist-types/ts3.4",
15
15
  "test": "exit 0"
16
16
  },
17
- "main": "./dist/cjs/index.js",
18
- "types": "./dist/types/index.d.ts",
19
- "module": "./dist/es/index.js",
20
- "browser": {
21
- "./runtimeConfig": "./runtimeConfig.browser"
22
- },
23
- "react-native": {
24
- "./runtimeConfig": "./runtimeConfig.native"
25
- },
17
+ "main": "./dist-cjs/index.js",
18
+ "types": "./dist-types/index.d.ts",
19
+ "module": "./dist-es/index.js",
26
20
  "sideEffects": false,
27
21
  "dependencies": {
28
22
  "@aws-crypto/sha256-browser": "^1.0.0",
29
23
  "@aws-crypto/sha256-js": "^1.0.0",
30
- "@aws-sdk/client-sts": "3.34.0",
31
- "@aws-sdk/config-resolver": "3.34.0",
32
- "@aws-sdk/credential-provider-node": "3.34.0",
33
- "@aws-sdk/fetch-http-handler": "3.34.0",
34
- "@aws-sdk/hash-node": "3.34.0",
35
- "@aws-sdk/invalid-dependency": "3.34.0",
36
- "@aws-sdk/middleware-content-length": "3.34.0",
37
- "@aws-sdk/middleware-host-header": "3.34.0",
38
- "@aws-sdk/middleware-logger": "3.34.0",
39
- "@aws-sdk/middleware-retry": "3.34.0",
40
- "@aws-sdk/middleware-serde": "3.34.0",
41
- "@aws-sdk/middleware-signing": "3.34.0",
42
- "@aws-sdk/middleware-stack": "3.34.0",
43
- "@aws-sdk/middleware-user-agent": "3.34.0",
44
- "@aws-sdk/node-config-provider": "3.34.0",
45
- "@aws-sdk/node-http-handler": "3.34.0",
46
- "@aws-sdk/protocol-http": "3.34.0",
47
- "@aws-sdk/smithy-client": "3.34.0",
48
- "@aws-sdk/types": "3.34.0",
49
- "@aws-sdk/url-parser": "3.34.0",
50
- "@aws-sdk/util-base64-browser": "3.34.0",
51
- "@aws-sdk/util-base64-node": "3.34.0",
52
- "@aws-sdk/util-body-length-browser": "3.34.0",
53
- "@aws-sdk/util-body-length-node": "3.34.0",
54
- "@aws-sdk/util-user-agent-browser": "3.34.0",
55
- "@aws-sdk/util-user-agent-node": "3.34.0",
56
- "@aws-sdk/util-utf8-browser": "3.34.0",
57
- "@aws-sdk/util-utf8-node": "3.34.0",
58
- "@aws-sdk/util-waiter": "3.34.0",
24
+ "@aws-sdk/client-sts": "3.37.0",
25
+ "@aws-sdk/config-resolver": "3.37.0",
26
+ "@aws-sdk/credential-provider-node": "3.37.0",
27
+ "@aws-sdk/fetch-http-handler": "3.37.0",
28
+ "@aws-sdk/hash-node": "3.37.0",
29
+ "@aws-sdk/invalid-dependency": "3.37.0",
30
+ "@aws-sdk/middleware-content-length": "3.37.0",
31
+ "@aws-sdk/middleware-host-header": "3.37.0",
32
+ "@aws-sdk/middleware-logger": "3.37.0",
33
+ "@aws-sdk/middleware-retry": "3.37.0",
34
+ "@aws-sdk/middleware-serde": "3.37.0",
35
+ "@aws-sdk/middleware-signing": "3.37.0",
36
+ "@aws-sdk/middleware-stack": "3.37.0",
37
+ "@aws-sdk/middleware-user-agent": "3.37.0",
38
+ "@aws-sdk/node-config-provider": "3.37.0",
39
+ "@aws-sdk/node-http-handler": "3.37.0",
40
+ "@aws-sdk/protocol-http": "3.37.0",
41
+ "@aws-sdk/smithy-client": "3.37.0",
42
+ "@aws-sdk/types": "3.37.0",
43
+ "@aws-sdk/url-parser": "3.37.0",
44
+ "@aws-sdk/util-base64-browser": "3.37.0",
45
+ "@aws-sdk/util-base64-node": "3.37.0",
46
+ "@aws-sdk/util-body-length-browser": "3.37.0",
47
+ "@aws-sdk/util-body-length-node": "3.37.0",
48
+ "@aws-sdk/util-user-agent-browser": "3.37.0",
49
+ "@aws-sdk/util-user-agent-node": "3.37.0",
50
+ "@aws-sdk/util-utf8-browser": "3.37.0",
51
+ "@aws-sdk/util-utf8-node": "3.37.0",
52
+ "@aws-sdk/util-waiter": "3.37.0",
59
53
  "tslib": "^2.3.0",
60
54
  "uuid": "^8.3.2"
61
55
  },
62
56
  "devDependencies": {
63
- "@aws-sdk/client-documentation-generator": "3.34.0",
57
+ "@aws-sdk/client-documentation-generator": "3.37.0",
64
58
  "@types/node": "^12.7.5",
65
59
  "@types/uuid": "^8.3.0",
66
60
  "downlevel-dts": "0.7.0",
@@ -75,16 +69,25 @@
75
69
  },
76
70
  "typesVersions": {
77
71
  "<4.0": {
78
- "dist/types/*": [
79
- "dist/types/ts3.4/*"
72
+ "dist-types/*": [
73
+ "dist-types/ts3.4/*"
80
74
  ]
81
75
  }
82
76
  },
77
+ "files": [
78
+ "dist-*"
79
+ ],
83
80
  "author": {
84
81
  "name": "AWS SDK for JavaScript Team",
85
82
  "url": "https://aws.amazon.com/javascript/"
86
83
  },
87
84
  "license": "Apache-2.0",
85
+ "browser": {
86
+ "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser"
87
+ },
88
+ "react-native": {
89
+ "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.native"
90
+ },
88
91
  "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-codeguru-reviewer",
89
92
  "repository": {
90
93
  "type": "git",