@aws-sdk/client-codeguru-reviewer 3.169.0 → 3.171.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 (38) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/CodeGuruReviewer.d.ts +242 -75
  3. package/dist-types/ts3.4/CodeGuruReviewerClient.d.ts +189 -87
  4. package/dist-types/ts3.4/commands/AssociateRepositoryCommand.d.ts +36 -17
  5. package/dist-types/ts3.4/commands/CreateCodeReviewCommand.d.ts +35 -17
  6. package/dist-types/ts3.4/commands/DescribeCodeReviewCommand.d.ts +36 -17
  7. package/dist-types/ts3.4/commands/DescribeRecommendationFeedbackCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/DescribeRepositoryAssociationCommand.d.ts +39 -17
  9. package/dist-types/ts3.4/commands/DisassociateRepositoryCommand.d.ts +39 -17
  10. package/dist-types/ts3.4/commands/ListCodeReviewsCommand.d.ts +35 -17
  11. package/dist-types/ts3.4/commands/ListRecommendationFeedbackCommand.d.ts +39 -17
  12. package/dist-types/ts3.4/commands/ListRecommendationsCommand.d.ts +36 -17
  13. package/dist-types/ts3.4/commands/ListRepositoryAssociationsCommand.d.ts +39 -17
  14. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  15. package/dist-types/ts3.4/commands/PutRecommendationFeedbackCommand.d.ts +39 -17
  16. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  17. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  18. package/dist-types/ts3.4/commands/index.d.ts +14 -14
  19. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  20. package/dist-types/ts3.4/index.d.ts +7 -7
  21. package/dist-types/ts3.4/models/CodeGuruReviewerServiceException.d.ts +7 -6
  22. package/dist-types/ts3.4/models/index.d.ts +1 -1
  23. package/dist-types/ts3.4/models/models_0.d.ts +550 -716
  24. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  25. package/dist-types/ts3.4/pagination/ListCodeReviewsPaginator.d.ts +11 -4
  26. package/dist-types/ts3.4/pagination/ListRecommendationFeedbackPaginator.d.ts +11 -4
  27. package/dist-types/ts3.4/pagination/ListRecommendationsPaginator.d.ts +11 -4
  28. package/dist-types/ts3.4/pagination/ListRepositoryAssociationsPaginator.d.ts +11 -4
  29. package/dist-types/ts3.4/pagination/index.d.ts +5 -5
  30. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +173 -44
  31. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +67 -38
  32. package/dist-types/ts3.4/runtimeConfig.d.ts +67 -38
  33. package/dist-types/ts3.4/runtimeConfig.native.d.ts +68 -37
  34. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +12 -11
  35. package/dist-types/ts3.4/waiters/index.d.ts +2 -2
  36. package/dist-types/ts3.4/waiters/waitForCodeReviewCompleted.d.ts +11 -7
  37. package/dist-types/ts3.4/waiters/waitForRepositoryAssociationSucceeded.d.ts +11 -7
  38. package/package.json +35 -35
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
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.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-codeguru-reviewer
9
+
10
+
11
+
12
+
13
+
14
+ # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
15
+
16
+ **Note:** Version bump only for package @aws-sdk/client-codeguru-reviewer
17
+
18
+
19
+
20
+
21
+
6
22
  # [3.169.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.168.0...v3.169.0) (2022-09-12)
7
23
 
8
24
  **Note:** Version bump only for package @aws-sdk/client-codeguru-reviewer
@@ -1,75 +1,242 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { CodeGuruReviewerClient } from "./CodeGuruReviewerClient";
3
- import { AssociateRepositoryCommandInput, AssociateRepositoryCommandOutput } from "./commands/AssociateRepositoryCommand";
4
- import { CreateCodeReviewCommandInput, CreateCodeReviewCommandOutput } from "./commands/CreateCodeReviewCommand";
5
- import { DescribeCodeReviewCommandInput, DescribeCodeReviewCommandOutput } from "./commands/DescribeCodeReviewCommand";
6
- import { DescribeRecommendationFeedbackCommandInput, DescribeRecommendationFeedbackCommandOutput } from "./commands/DescribeRecommendationFeedbackCommand";
7
- import { DescribeRepositoryAssociationCommandInput, DescribeRepositoryAssociationCommandOutput } from "./commands/DescribeRepositoryAssociationCommand";
8
- import { DisassociateRepositoryCommandInput, DisassociateRepositoryCommandOutput } from "./commands/DisassociateRepositoryCommand";
9
- import { ListCodeReviewsCommandInput, ListCodeReviewsCommandOutput } from "./commands/ListCodeReviewsCommand";
10
- import { ListRecommendationFeedbackCommandInput, ListRecommendationFeedbackCommandOutput } from "./commands/ListRecommendationFeedbackCommand";
11
- import { ListRecommendationsCommandInput, ListRecommendationsCommandOutput } from "./commands/ListRecommendationsCommand";
12
- import { ListRepositoryAssociationsCommandInput, ListRepositoryAssociationsCommandOutput } from "./commands/ListRepositoryAssociationsCommand";
13
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
14
- import { PutRecommendationFeedbackCommandInput, PutRecommendationFeedbackCommandOutput } from "./commands/PutRecommendationFeedbackCommand";
15
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
16
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
17
-
18
- export declare class CodeGuruReviewer extends CodeGuruReviewerClient {
19
-
20
- associateRepository(args: AssociateRepositoryCommandInput, options?: __HttpHandlerOptions): Promise<AssociateRepositoryCommandOutput>;
21
- associateRepository(args: AssociateRepositoryCommandInput, cb: (err: any, data?: AssociateRepositoryCommandOutput) => void): void;
22
- associateRepository(args: AssociateRepositoryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateRepositoryCommandOutput) => void): void;
23
-
24
- createCodeReview(args: CreateCodeReviewCommandInput, options?: __HttpHandlerOptions): Promise<CreateCodeReviewCommandOutput>;
25
- createCodeReview(args: CreateCodeReviewCommandInput, cb: (err: any, data?: CreateCodeReviewCommandOutput) => void): void;
26
- createCodeReview(args: CreateCodeReviewCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCodeReviewCommandOutput) => void): void;
27
-
28
- describeCodeReview(args: DescribeCodeReviewCommandInput, options?: __HttpHandlerOptions): Promise<DescribeCodeReviewCommandOutput>;
29
- describeCodeReview(args: DescribeCodeReviewCommandInput, cb: (err: any, data?: DescribeCodeReviewCommandOutput) => void): void;
30
- describeCodeReview(args: DescribeCodeReviewCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCodeReviewCommandOutput) => void): void;
31
-
32
- describeRecommendationFeedback(args: DescribeRecommendationFeedbackCommandInput, options?: __HttpHandlerOptions): Promise<DescribeRecommendationFeedbackCommandOutput>;
33
- describeRecommendationFeedback(args: DescribeRecommendationFeedbackCommandInput, cb: (err: any, data?: DescribeRecommendationFeedbackCommandOutput) => void): void;
34
- describeRecommendationFeedback(args: DescribeRecommendationFeedbackCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeRecommendationFeedbackCommandOutput) => void): void;
35
-
36
- describeRepositoryAssociation(args: DescribeRepositoryAssociationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeRepositoryAssociationCommandOutput>;
37
- describeRepositoryAssociation(args: DescribeRepositoryAssociationCommandInput, cb: (err: any, data?: DescribeRepositoryAssociationCommandOutput) => void): void;
38
- describeRepositoryAssociation(args: DescribeRepositoryAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeRepositoryAssociationCommandOutput) => void): void;
39
-
40
- disassociateRepository(args: DisassociateRepositoryCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateRepositoryCommandOutput>;
41
- disassociateRepository(args: DisassociateRepositoryCommandInput, cb: (err: any, data?: DisassociateRepositoryCommandOutput) => void): void;
42
- disassociateRepository(args: DisassociateRepositoryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateRepositoryCommandOutput) => void): void;
43
-
44
- listCodeReviews(args: ListCodeReviewsCommandInput, options?: __HttpHandlerOptions): Promise<ListCodeReviewsCommandOutput>;
45
- listCodeReviews(args: ListCodeReviewsCommandInput, cb: (err: any, data?: ListCodeReviewsCommandOutput) => void): void;
46
- listCodeReviews(args: ListCodeReviewsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCodeReviewsCommandOutput) => void): void;
47
-
48
- listRecommendationFeedback(args: ListRecommendationFeedbackCommandInput, options?: __HttpHandlerOptions): Promise<ListRecommendationFeedbackCommandOutput>;
49
- listRecommendationFeedback(args: ListRecommendationFeedbackCommandInput, cb: (err: any, data?: ListRecommendationFeedbackCommandOutput) => void): void;
50
- listRecommendationFeedback(args: ListRecommendationFeedbackCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRecommendationFeedbackCommandOutput) => void): void;
51
-
52
- listRecommendations(args: ListRecommendationsCommandInput, options?: __HttpHandlerOptions): Promise<ListRecommendationsCommandOutput>;
53
- listRecommendations(args: ListRecommendationsCommandInput, cb: (err: any, data?: ListRecommendationsCommandOutput) => void): void;
54
- listRecommendations(args: ListRecommendationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRecommendationsCommandOutput) => void): void;
55
-
56
- listRepositoryAssociations(args: ListRepositoryAssociationsCommandInput, options?: __HttpHandlerOptions): Promise<ListRepositoryAssociationsCommandOutput>;
57
- listRepositoryAssociations(args: ListRepositoryAssociationsCommandInput, cb: (err: any, data?: ListRepositoryAssociationsCommandOutput) => void): void;
58
- listRepositoryAssociations(args: ListRepositoryAssociationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRepositoryAssociationsCommandOutput) => void): void;
59
-
60
- listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
61
- listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
62
- listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
63
-
64
- putRecommendationFeedback(args: PutRecommendationFeedbackCommandInput, options?: __HttpHandlerOptions): Promise<PutRecommendationFeedbackCommandOutput>;
65
- putRecommendationFeedback(args: PutRecommendationFeedbackCommandInput, cb: (err: any, data?: PutRecommendationFeedbackCommandOutput) => void): void;
66
- putRecommendationFeedback(args: PutRecommendationFeedbackCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutRecommendationFeedbackCommandOutput) => void): void;
67
-
68
- tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
69
- tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
70
- tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
71
-
72
- untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
73
- untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
74
- untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
75
- }
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import { CodeGuruReviewerClient } from "./CodeGuruReviewerClient";
3
+ import {
4
+ AssociateRepositoryCommandInput,
5
+ AssociateRepositoryCommandOutput,
6
+ } from "./commands/AssociateRepositoryCommand";
7
+ import {
8
+ CreateCodeReviewCommandInput,
9
+ CreateCodeReviewCommandOutput,
10
+ } from "./commands/CreateCodeReviewCommand";
11
+ import {
12
+ DescribeCodeReviewCommandInput,
13
+ DescribeCodeReviewCommandOutput,
14
+ } from "./commands/DescribeCodeReviewCommand";
15
+ import {
16
+ DescribeRecommendationFeedbackCommandInput,
17
+ DescribeRecommendationFeedbackCommandOutput,
18
+ } from "./commands/DescribeRecommendationFeedbackCommand";
19
+ import {
20
+ DescribeRepositoryAssociationCommandInput,
21
+ DescribeRepositoryAssociationCommandOutput,
22
+ } from "./commands/DescribeRepositoryAssociationCommand";
23
+ import {
24
+ DisassociateRepositoryCommandInput,
25
+ DisassociateRepositoryCommandOutput,
26
+ } from "./commands/DisassociateRepositoryCommand";
27
+ import {
28
+ ListCodeReviewsCommandInput,
29
+ ListCodeReviewsCommandOutput,
30
+ } from "./commands/ListCodeReviewsCommand";
31
+ import {
32
+ ListRecommendationFeedbackCommandInput,
33
+ ListRecommendationFeedbackCommandOutput,
34
+ } from "./commands/ListRecommendationFeedbackCommand";
35
+ import {
36
+ ListRecommendationsCommandInput,
37
+ ListRecommendationsCommandOutput,
38
+ } from "./commands/ListRecommendationsCommand";
39
+ import {
40
+ ListRepositoryAssociationsCommandInput,
41
+ ListRepositoryAssociationsCommandOutput,
42
+ } from "./commands/ListRepositoryAssociationsCommand";
43
+ import {
44
+ ListTagsForResourceCommandInput,
45
+ ListTagsForResourceCommandOutput,
46
+ } from "./commands/ListTagsForResourceCommand";
47
+ import {
48
+ PutRecommendationFeedbackCommandInput,
49
+ PutRecommendationFeedbackCommandOutput,
50
+ } from "./commands/PutRecommendationFeedbackCommand";
51
+ import {
52
+ TagResourceCommandInput,
53
+ TagResourceCommandOutput,
54
+ } from "./commands/TagResourceCommand";
55
+ import {
56
+ UntagResourceCommandInput,
57
+ UntagResourceCommandOutput,
58
+ } from "./commands/UntagResourceCommand";
59
+ export declare class CodeGuruReviewer extends CodeGuruReviewerClient {
60
+ associateRepository(
61
+ args: AssociateRepositoryCommandInput,
62
+ options?: __HttpHandlerOptions
63
+ ): Promise<AssociateRepositoryCommandOutput>;
64
+ associateRepository(
65
+ args: AssociateRepositoryCommandInput,
66
+ cb: (err: any, data?: AssociateRepositoryCommandOutput) => void
67
+ ): void;
68
+ associateRepository(
69
+ args: AssociateRepositoryCommandInput,
70
+ options: __HttpHandlerOptions,
71
+ cb: (err: any, data?: AssociateRepositoryCommandOutput) => void
72
+ ): void;
73
+ createCodeReview(
74
+ args: CreateCodeReviewCommandInput,
75
+ options?: __HttpHandlerOptions
76
+ ): Promise<CreateCodeReviewCommandOutput>;
77
+ createCodeReview(
78
+ args: CreateCodeReviewCommandInput,
79
+ cb: (err: any, data?: CreateCodeReviewCommandOutput) => void
80
+ ): void;
81
+ createCodeReview(
82
+ args: CreateCodeReviewCommandInput,
83
+ options: __HttpHandlerOptions,
84
+ cb: (err: any, data?: CreateCodeReviewCommandOutput) => void
85
+ ): void;
86
+ describeCodeReview(
87
+ args: DescribeCodeReviewCommandInput,
88
+ options?: __HttpHandlerOptions
89
+ ): Promise<DescribeCodeReviewCommandOutput>;
90
+ describeCodeReview(
91
+ args: DescribeCodeReviewCommandInput,
92
+ cb: (err: any, data?: DescribeCodeReviewCommandOutput) => void
93
+ ): void;
94
+ describeCodeReview(
95
+ args: DescribeCodeReviewCommandInput,
96
+ options: __HttpHandlerOptions,
97
+ cb: (err: any, data?: DescribeCodeReviewCommandOutput) => void
98
+ ): void;
99
+ describeRecommendationFeedback(
100
+ args: DescribeRecommendationFeedbackCommandInput,
101
+ options?: __HttpHandlerOptions
102
+ ): Promise<DescribeRecommendationFeedbackCommandOutput>;
103
+ describeRecommendationFeedback(
104
+ args: DescribeRecommendationFeedbackCommandInput,
105
+ cb: (err: any, data?: DescribeRecommendationFeedbackCommandOutput) => void
106
+ ): void;
107
+ describeRecommendationFeedback(
108
+ args: DescribeRecommendationFeedbackCommandInput,
109
+ options: __HttpHandlerOptions,
110
+ cb: (err: any, data?: DescribeRecommendationFeedbackCommandOutput) => void
111
+ ): void;
112
+ describeRepositoryAssociation(
113
+ args: DescribeRepositoryAssociationCommandInput,
114
+ options?: __HttpHandlerOptions
115
+ ): Promise<DescribeRepositoryAssociationCommandOutput>;
116
+ describeRepositoryAssociation(
117
+ args: DescribeRepositoryAssociationCommandInput,
118
+ cb: (err: any, data?: DescribeRepositoryAssociationCommandOutput) => void
119
+ ): void;
120
+ describeRepositoryAssociation(
121
+ args: DescribeRepositoryAssociationCommandInput,
122
+ options: __HttpHandlerOptions,
123
+ cb: (err: any, data?: DescribeRepositoryAssociationCommandOutput) => void
124
+ ): void;
125
+ disassociateRepository(
126
+ args: DisassociateRepositoryCommandInput,
127
+ options?: __HttpHandlerOptions
128
+ ): Promise<DisassociateRepositoryCommandOutput>;
129
+ disassociateRepository(
130
+ args: DisassociateRepositoryCommandInput,
131
+ cb: (err: any, data?: DisassociateRepositoryCommandOutput) => void
132
+ ): void;
133
+ disassociateRepository(
134
+ args: DisassociateRepositoryCommandInput,
135
+ options: __HttpHandlerOptions,
136
+ cb: (err: any, data?: DisassociateRepositoryCommandOutput) => void
137
+ ): void;
138
+ listCodeReviews(
139
+ args: ListCodeReviewsCommandInput,
140
+ options?: __HttpHandlerOptions
141
+ ): Promise<ListCodeReviewsCommandOutput>;
142
+ listCodeReviews(
143
+ args: ListCodeReviewsCommandInput,
144
+ cb: (err: any, data?: ListCodeReviewsCommandOutput) => void
145
+ ): void;
146
+ listCodeReviews(
147
+ args: ListCodeReviewsCommandInput,
148
+ options: __HttpHandlerOptions,
149
+ cb: (err: any, data?: ListCodeReviewsCommandOutput) => void
150
+ ): void;
151
+ listRecommendationFeedback(
152
+ args: ListRecommendationFeedbackCommandInput,
153
+ options?: __HttpHandlerOptions
154
+ ): Promise<ListRecommendationFeedbackCommandOutput>;
155
+ listRecommendationFeedback(
156
+ args: ListRecommendationFeedbackCommandInput,
157
+ cb: (err: any, data?: ListRecommendationFeedbackCommandOutput) => void
158
+ ): void;
159
+ listRecommendationFeedback(
160
+ args: ListRecommendationFeedbackCommandInput,
161
+ options: __HttpHandlerOptions,
162
+ cb: (err: any, data?: ListRecommendationFeedbackCommandOutput) => void
163
+ ): void;
164
+ listRecommendations(
165
+ args: ListRecommendationsCommandInput,
166
+ options?: __HttpHandlerOptions
167
+ ): Promise<ListRecommendationsCommandOutput>;
168
+ listRecommendations(
169
+ args: ListRecommendationsCommandInput,
170
+ cb: (err: any, data?: ListRecommendationsCommandOutput) => void
171
+ ): void;
172
+ listRecommendations(
173
+ args: ListRecommendationsCommandInput,
174
+ options: __HttpHandlerOptions,
175
+ cb: (err: any, data?: ListRecommendationsCommandOutput) => void
176
+ ): void;
177
+ listRepositoryAssociations(
178
+ args: ListRepositoryAssociationsCommandInput,
179
+ options?: __HttpHandlerOptions
180
+ ): Promise<ListRepositoryAssociationsCommandOutput>;
181
+ listRepositoryAssociations(
182
+ args: ListRepositoryAssociationsCommandInput,
183
+ cb: (err: any, data?: ListRepositoryAssociationsCommandOutput) => void
184
+ ): void;
185
+ listRepositoryAssociations(
186
+ args: ListRepositoryAssociationsCommandInput,
187
+ options: __HttpHandlerOptions,
188
+ cb: (err: any, data?: ListRepositoryAssociationsCommandOutput) => void
189
+ ): void;
190
+ listTagsForResource(
191
+ args: ListTagsForResourceCommandInput,
192
+ options?: __HttpHandlerOptions
193
+ ): Promise<ListTagsForResourceCommandOutput>;
194
+ listTagsForResource(
195
+ args: ListTagsForResourceCommandInput,
196
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
197
+ ): void;
198
+ listTagsForResource(
199
+ args: ListTagsForResourceCommandInput,
200
+ options: __HttpHandlerOptions,
201
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
202
+ ): void;
203
+ putRecommendationFeedback(
204
+ args: PutRecommendationFeedbackCommandInput,
205
+ options?: __HttpHandlerOptions
206
+ ): Promise<PutRecommendationFeedbackCommandOutput>;
207
+ putRecommendationFeedback(
208
+ args: PutRecommendationFeedbackCommandInput,
209
+ cb: (err: any, data?: PutRecommendationFeedbackCommandOutput) => void
210
+ ): void;
211
+ putRecommendationFeedback(
212
+ args: PutRecommendationFeedbackCommandInput,
213
+ options: __HttpHandlerOptions,
214
+ cb: (err: any, data?: PutRecommendationFeedbackCommandOutput) => void
215
+ ): void;
216
+ tagResource(
217
+ args: TagResourceCommandInput,
218
+ options?: __HttpHandlerOptions
219
+ ): Promise<TagResourceCommandOutput>;
220
+ tagResource(
221
+ args: TagResourceCommandInput,
222
+ cb: (err: any, data?: TagResourceCommandOutput) => void
223
+ ): void;
224
+ tagResource(
225
+ args: TagResourceCommandInput,
226
+ options: __HttpHandlerOptions,
227
+ cb: (err: any, data?: TagResourceCommandOutput) => void
228
+ ): void;
229
+ untagResource(
230
+ args: UntagResourceCommandInput,
231
+ options?: __HttpHandlerOptions
232
+ ): Promise<UntagResourceCommandOutput>;
233
+ untagResource(
234
+ args: UntagResourceCommandInput,
235
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
236
+ ): void;
237
+ untagResource(
238
+ args: UntagResourceCommandInput,
239
+ options: __HttpHandlerOptions,
240
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
241
+ ): void;
242
+ }
@@ -1,87 +1,189 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { AssociateRepositoryCommandInput, AssociateRepositoryCommandOutput } from "./commands/AssociateRepositoryCommand";
10
- import { CreateCodeReviewCommandInput, CreateCodeReviewCommandOutput } from "./commands/CreateCodeReviewCommand";
11
- import { DescribeCodeReviewCommandInput, DescribeCodeReviewCommandOutput } from "./commands/DescribeCodeReviewCommand";
12
- import { DescribeRecommendationFeedbackCommandInput, DescribeRecommendationFeedbackCommandOutput } from "./commands/DescribeRecommendationFeedbackCommand";
13
- import { DescribeRepositoryAssociationCommandInput, DescribeRepositoryAssociationCommandOutput } from "./commands/DescribeRepositoryAssociationCommand";
14
- import { DisassociateRepositoryCommandInput, DisassociateRepositoryCommandOutput } from "./commands/DisassociateRepositoryCommand";
15
- import { ListCodeReviewsCommandInput, ListCodeReviewsCommandOutput } from "./commands/ListCodeReviewsCommand";
16
- import { ListRecommendationFeedbackCommandInput, ListRecommendationFeedbackCommandOutput } from "./commands/ListRecommendationFeedbackCommand";
17
- import { ListRecommendationsCommandInput, ListRecommendationsCommandOutput } from "./commands/ListRecommendationsCommand";
18
- import { ListRepositoryAssociationsCommandInput, ListRepositoryAssociationsCommandOutput } from "./commands/ListRepositoryAssociationsCommand";
19
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
20
- import { PutRecommendationFeedbackCommandInput, PutRecommendationFeedbackCommandOutput } from "./commands/PutRecommendationFeedbackCommand";
21
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
22
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
23
- export declare type ServiceInputTypes = AssociateRepositoryCommandInput | CreateCodeReviewCommandInput | DescribeCodeReviewCommandInput | DescribeRecommendationFeedbackCommandInput | DescribeRepositoryAssociationCommandInput | DisassociateRepositoryCommandInput | ListCodeReviewsCommandInput | ListRecommendationFeedbackCommandInput | ListRecommendationsCommandInput | ListRepositoryAssociationsCommandInput | ListTagsForResourceCommandInput | PutRecommendationFeedbackCommandInput | TagResourceCommandInput | UntagResourceCommandInput;
24
- export declare type ServiceOutputTypes = AssociateRepositoryCommandOutput | CreateCodeReviewCommandOutput | DescribeCodeReviewCommandOutput | DescribeRecommendationFeedbackCommandOutput | DescribeRepositoryAssociationCommandOutput | DisassociateRepositoryCommandOutput | ListCodeReviewsCommandOutput | ListRecommendationFeedbackCommandOutput | ListRecommendationsCommandOutput | ListRepositoryAssociationsCommandOutput | ListTagsForResourceCommandOutput | PutRecommendationFeedbackCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput;
25
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
26
-
27
- requestHandler?: __HttpHandler;
28
-
29
- sha256?: __HashConstructor;
30
-
31
- urlParser?: __UrlParser;
32
-
33
- bodyLengthChecker?: __BodyLengthCalculator;
34
-
35
- streamCollector?: __StreamCollector;
36
-
37
- base64Decoder?: __Decoder;
38
-
39
- base64Encoder?: __Encoder;
40
-
41
- utf8Decoder?: __Decoder;
42
-
43
- utf8Encoder?: __Encoder;
44
-
45
- runtime?: string;
46
-
47
- disableHostPrefix?: boolean;
48
-
49
- maxAttempts?: number | __Provider<number>;
50
-
51
- retryMode?: string | __Provider<string>;
52
-
53
- logger?: __Logger;
54
-
55
- useDualstackEndpoint?: boolean | __Provider<boolean>;
56
-
57
- useFipsEndpoint?: boolean | __Provider<boolean>;
58
-
59
- serviceId?: string;
60
-
61
- region?: string | __Provider<string>;
62
-
63
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
64
-
65
- regionInfoProvider?: RegionInfoProvider;
66
-
67
- defaultUserAgentProvider?: Provider<__UserAgent>;
68
-
69
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
70
- }
71
- declare type CodeGuruReviewerClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
72
-
73
- export interface CodeGuruReviewerClientConfig extends CodeGuruReviewerClientConfigType {
74
- }
75
- declare type CodeGuruReviewerClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
76
-
77
- export interface CodeGuruReviewerClientResolvedConfig extends CodeGuruReviewerClientResolvedConfigType {
78
- }
79
-
80
- export declare class CodeGuruReviewerClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, CodeGuruReviewerClientResolvedConfig> {
81
-
82
- readonly config: CodeGuruReviewerClientResolvedConfig;
83
- constructor(configuration: CodeGuruReviewerClientConfig);
84
-
85
- destroy(): void;
86
- }
87
- export {};
1
+ import {
2
+ EndpointsInputConfig,
3
+ EndpointsResolvedConfig,
4
+ RegionInputConfig,
5
+ RegionResolvedConfig,
6
+ } from "@aws-sdk/config-resolver";
7
+ import {
8
+ HostHeaderInputConfig,
9
+ HostHeaderResolvedConfig,
10
+ } from "@aws-sdk/middleware-host-header";
11
+ import {
12
+ RetryInputConfig,
13
+ RetryResolvedConfig,
14
+ } from "@aws-sdk/middleware-retry";
15
+ import {
16
+ AwsAuthInputConfig,
17
+ AwsAuthResolvedConfig,
18
+ } from "@aws-sdk/middleware-signing";
19
+ import {
20
+ UserAgentInputConfig,
21
+ UserAgentResolvedConfig,
22
+ } from "@aws-sdk/middleware-user-agent";
23
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
24
+ import {
25
+ Client as __Client,
26
+ DefaultsMode,
27
+ SmithyConfiguration as __SmithyConfiguration,
28
+ SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
29
+ } from "@aws-sdk/smithy-client";
30
+ import {
31
+ BodyLengthCalculator as __BodyLengthCalculator,
32
+ Credentials as __Credentials,
33
+ Decoder as __Decoder,
34
+ Encoder as __Encoder,
35
+ HashConstructor as __HashConstructor,
36
+ HttpHandlerOptions as __HttpHandlerOptions,
37
+ Logger as __Logger,
38
+ Provider as __Provider,
39
+ Provider,
40
+ RegionInfoProvider,
41
+ StreamCollector as __StreamCollector,
42
+ UrlParser as __UrlParser,
43
+ UserAgent as __UserAgent,
44
+ } from "@aws-sdk/types";
45
+ import {
46
+ AssociateRepositoryCommandInput,
47
+ AssociateRepositoryCommandOutput,
48
+ } from "./commands/AssociateRepositoryCommand";
49
+ import {
50
+ CreateCodeReviewCommandInput,
51
+ CreateCodeReviewCommandOutput,
52
+ } from "./commands/CreateCodeReviewCommand";
53
+ import {
54
+ DescribeCodeReviewCommandInput,
55
+ DescribeCodeReviewCommandOutput,
56
+ } from "./commands/DescribeCodeReviewCommand";
57
+ import {
58
+ DescribeRecommendationFeedbackCommandInput,
59
+ DescribeRecommendationFeedbackCommandOutput,
60
+ } from "./commands/DescribeRecommendationFeedbackCommand";
61
+ import {
62
+ DescribeRepositoryAssociationCommandInput,
63
+ DescribeRepositoryAssociationCommandOutput,
64
+ } from "./commands/DescribeRepositoryAssociationCommand";
65
+ import {
66
+ DisassociateRepositoryCommandInput,
67
+ DisassociateRepositoryCommandOutput,
68
+ } from "./commands/DisassociateRepositoryCommand";
69
+ import {
70
+ ListCodeReviewsCommandInput,
71
+ ListCodeReviewsCommandOutput,
72
+ } from "./commands/ListCodeReviewsCommand";
73
+ import {
74
+ ListRecommendationFeedbackCommandInput,
75
+ ListRecommendationFeedbackCommandOutput,
76
+ } from "./commands/ListRecommendationFeedbackCommand";
77
+ import {
78
+ ListRecommendationsCommandInput,
79
+ ListRecommendationsCommandOutput,
80
+ } from "./commands/ListRecommendationsCommand";
81
+ import {
82
+ ListRepositoryAssociationsCommandInput,
83
+ ListRepositoryAssociationsCommandOutput,
84
+ } from "./commands/ListRepositoryAssociationsCommand";
85
+ import {
86
+ ListTagsForResourceCommandInput,
87
+ ListTagsForResourceCommandOutput,
88
+ } from "./commands/ListTagsForResourceCommand";
89
+ import {
90
+ PutRecommendationFeedbackCommandInput,
91
+ PutRecommendationFeedbackCommandOutput,
92
+ } from "./commands/PutRecommendationFeedbackCommand";
93
+ import {
94
+ TagResourceCommandInput,
95
+ TagResourceCommandOutput,
96
+ } from "./commands/TagResourceCommand";
97
+ import {
98
+ UntagResourceCommandInput,
99
+ UntagResourceCommandOutput,
100
+ } from "./commands/UntagResourceCommand";
101
+ export declare type ServiceInputTypes =
102
+ | AssociateRepositoryCommandInput
103
+ | CreateCodeReviewCommandInput
104
+ | DescribeCodeReviewCommandInput
105
+ | DescribeRecommendationFeedbackCommandInput
106
+ | DescribeRepositoryAssociationCommandInput
107
+ | DisassociateRepositoryCommandInput
108
+ | ListCodeReviewsCommandInput
109
+ | ListRecommendationFeedbackCommandInput
110
+ | ListRecommendationsCommandInput
111
+ | ListRepositoryAssociationsCommandInput
112
+ | ListTagsForResourceCommandInput
113
+ | PutRecommendationFeedbackCommandInput
114
+ | TagResourceCommandInput
115
+ | UntagResourceCommandInput;
116
+ export declare type ServiceOutputTypes =
117
+ | AssociateRepositoryCommandOutput
118
+ | CreateCodeReviewCommandOutput
119
+ | DescribeCodeReviewCommandOutput
120
+ | DescribeRecommendationFeedbackCommandOutput
121
+ | DescribeRepositoryAssociationCommandOutput
122
+ | DisassociateRepositoryCommandOutput
123
+ | ListCodeReviewsCommandOutput
124
+ | ListRecommendationFeedbackCommandOutput
125
+ | ListRecommendationsCommandOutput
126
+ | ListRepositoryAssociationsCommandOutput
127
+ | ListTagsForResourceCommandOutput
128
+ | PutRecommendationFeedbackCommandOutput
129
+ | TagResourceCommandOutput
130
+ | UntagResourceCommandOutput;
131
+ export interface ClientDefaults
132
+ extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
133
+ requestHandler?: __HttpHandler;
134
+ sha256?: __HashConstructor;
135
+ urlParser?: __UrlParser;
136
+ bodyLengthChecker?: __BodyLengthCalculator;
137
+ streamCollector?: __StreamCollector;
138
+ base64Decoder?: __Decoder;
139
+ base64Encoder?: __Encoder;
140
+ utf8Decoder?: __Decoder;
141
+ utf8Encoder?: __Encoder;
142
+ runtime?: string;
143
+ disableHostPrefix?: boolean;
144
+ maxAttempts?: number | __Provider<number>;
145
+ retryMode?: string | __Provider<string>;
146
+ logger?: __Logger;
147
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
148
+ useFipsEndpoint?: boolean | __Provider<boolean>;
149
+ serviceId?: string;
150
+ region?: string | __Provider<string>;
151
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
152
+ regionInfoProvider?: RegionInfoProvider;
153
+ defaultUserAgentProvider?: Provider<__UserAgent>;
154
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
155
+ }
156
+ declare type CodeGuruReviewerClientConfigType = Partial<
157
+ __SmithyConfiguration<__HttpHandlerOptions>
158
+ > &
159
+ ClientDefaults &
160
+ RegionInputConfig &
161
+ EndpointsInputConfig &
162
+ RetryInputConfig &
163
+ HostHeaderInputConfig &
164
+ AwsAuthInputConfig &
165
+ UserAgentInputConfig;
166
+ export interface CodeGuruReviewerClientConfig
167
+ extends CodeGuruReviewerClientConfigType {}
168
+ declare type CodeGuruReviewerClientResolvedConfigType =
169
+ __SmithyResolvedConfiguration<__HttpHandlerOptions> &
170
+ Required<ClientDefaults> &
171
+ RegionResolvedConfig &
172
+ EndpointsResolvedConfig &
173
+ RetryResolvedConfig &
174
+ HostHeaderResolvedConfig &
175
+ AwsAuthResolvedConfig &
176
+ UserAgentResolvedConfig;
177
+ export interface CodeGuruReviewerClientResolvedConfig
178
+ extends CodeGuruReviewerClientResolvedConfigType {}
179
+ export declare class CodeGuruReviewerClient extends __Client<
180
+ __HttpHandlerOptions,
181
+ ServiceInputTypes,
182
+ ServiceOutputTypes,
183
+ CodeGuruReviewerClientResolvedConfig
184
+ > {
185
+ readonly config: CodeGuruReviewerClientResolvedConfig;
186
+ constructor(configuration: CodeGuruReviewerClientConfig);
187
+ destroy(): void;
188
+ }
189
+ export {};