@aws-sdk/client-codeguru-reviewer 3.168.0 → 3.170.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 +256 -75
  3. package/dist-types/ts3.4/CodeGuruReviewerClient.d.ts +214 -87
  4. package/dist-types/ts3.4/commands/AssociateRepositoryCommand.d.ts +38 -17
  5. package/dist-types/ts3.4/commands/CreateCodeReviewCommand.d.ts +37 -17
  6. package/dist-types/ts3.4/commands/DescribeCodeReviewCommand.d.ts +38 -17
  7. package/dist-types/ts3.4/commands/DescribeRecommendationFeedbackCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/DescribeRepositoryAssociationCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/DisassociateRepositoryCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/ListCodeReviewsCommand.d.ts +37 -17
  11. package/dist-types/ts3.4/commands/ListRecommendationFeedbackCommand.d.ts +41 -17
  12. package/dist-types/ts3.4/commands/ListRecommendationsCommand.d.ts +38 -17
  13. package/dist-types/ts3.4/commands/ListRepositoryAssociationsCommand.d.ts +41 -17
  14. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  15. package/dist-types/ts3.4/commands/PutRecommendationFeedbackCommand.d.ts +41 -17
  16. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  17. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -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 +8 -6
  22. package/dist-types/ts3.4/models/index.d.ts +1 -1
  23. package/dist-types/ts3.4/models/models_0.d.ts +768 -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 +68 -38
  32. package/dist-types/ts3.4/runtimeConfig.d.ts +68 -38
  33. package/dist-types/ts3.4/runtimeConfig.native.d.ts +69 -37
  34. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -11
  35. package/dist-types/ts3.4/waiters/index.d.ts +2 -2
  36. package/dist-types/ts3.4/waiters/waitForCodeReviewCompleted.d.ts +13 -7
  37. package/dist-types/ts3.4/waiters/waitForRepositoryAssociationSucceeded.d.ts +13 -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.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-codeguru-reviewer
9
+
10
+
11
+
12
+
13
+
14
+ # [3.169.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.168.0...v3.169.0) (2022-09-12)
15
+
16
+ **Note:** Version bump only for package @aws-sdk/client-codeguru-reviewer
17
+
18
+
19
+
20
+
21
+
6
22
  # [3.168.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.167.0...v3.168.0) (2022-09-09)
7
23
 
8
24
  **Note:** Version bump only for package @aws-sdk/client-codeguru-reviewer
@@ -1,75 +1,256 @@
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
+
60
+ export declare class CodeGuruReviewer extends CodeGuruReviewerClient {
61
+ associateRepository(
62
+ args: AssociateRepositoryCommandInput,
63
+ options?: __HttpHandlerOptions
64
+ ): Promise<AssociateRepositoryCommandOutput>;
65
+ associateRepository(
66
+ args: AssociateRepositoryCommandInput,
67
+ cb: (err: any, data?: AssociateRepositoryCommandOutput) => void
68
+ ): void;
69
+ associateRepository(
70
+ args: AssociateRepositoryCommandInput,
71
+ options: __HttpHandlerOptions,
72
+ cb: (err: any, data?: AssociateRepositoryCommandOutput) => void
73
+ ): void;
74
+
75
+ createCodeReview(
76
+ args: CreateCodeReviewCommandInput,
77
+ options?: __HttpHandlerOptions
78
+ ): Promise<CreateCodeReviewCommandOutput>;
79
+ createCodeReview(
80
+ args: CreateCodeReviewCommandInput,
81
+ cb: (err: any, data?: CreateCodeReviewCommandOutput) => void
82
+ ): void;
83
+ createCodeReview(
84
+ args: CreateCodeReviewCommandInput,
85
+ options: __HttpHandlerOptions,
86
+ cb: (err: any, data?: CreateCodeReviewCommandOutput) => void
87
+ ): void;
88
+
89
+ describeCodeReview(
90
+ args: DescribeCodeReviewCommandInput,
91
+ options?: __HttpHandlerOptions
92
+ ): Promise<DescribeCodeReviewCommandOutput>;
93
+ describeCodeReview(
94
+ args: DescribeCodeReviewCommandInput,
95
+ cb: (err: any, data?: DescribeCodeReviewCommandOutput) => void
96
+ ): void;
97
+ describeCodeReview(
98
+ args: DescribeCodeReviewCommandInput,
99
+ options: __HttpHandlerOptions,
100
+ cb: (err: any, data?: DescribeCodeReviewCommandOutput) => void
101
+ ): void;
102
+
103
+ describeRecommendationFeedback(
104
+ args: DescribeRecommendationFeedbackCommandInput,
105
+ options?: __HttpHandlerOptions
106
+ ): Promise<DescribeRecommendationFeedbackCommandOutput>;
107
+ describeRecommendationFeedback(
108
+ args: DescribeRecommendationFeedbackCommandInput,
109
+ cb: (err: any, data?: DescribeRecommendationFeedbackCommandOutput) => void
110
+ ): void;
111
+ describeRecommendationFeedback(
112
+ args: DescribeRecommendationFeedbackCommandInput,
113
+ options: __HttpHandlerOptions,
114
+ cb: (err: any, data?: DescribeRecommendationFeedbackCommandOutput) => void
115
+ ): void;
116
+
117
+ describeRepositoryAssociation(
118
+ args: DescribeRepositoryAssociationCommandInput,
119
+ options?: __HttpHandlerOptions
120
+ ): Promise<DescribeRepositoryAssociationCommandOutput>;
121
+ describeRepositoryAssociation(
122
+ args: DescribeRepositoryAssociationCommandInput,
123
+ cb: (err: any, data?: DescribeRepositoryAssociationCommandOutput) => void
124
+ ): void;
125
+ describeRepositoryAssociation(
126
+ args: DescribeRepositoryAssociationCommandInput,
127
+ options: __HttpHandlerOptions,
128
+ cb: (err: any, data?: DescribeRepositoryAssociationCommandOutput) => void
129
+ ): void;
130
+
131
+ disassociateRepository(
132
+ args: DisassociateRepositoryCommandInput,
133
+ options?: __HttpHandlerOptions
134
+ ): Promise<DisassociateRepositoryCommandOutput>;
135
+ disassociateRepository(
136
+ args: DisassociateRepositoryCommandInput,
137
+ cb: (err: any, data?: DisassociateRepositoryCommandOutput) => void
138
+ ): void;
139
+ disassociateRepository(
140
+ args: DisassociateRepositoryCommandInput,
141
+ options: __HttpHandlerOptions,
142
+ cb: (err: any, data?: DisassociateRepositoryCommandOutput) => void
143
+ ): void;
144
+
145
+ listCodeReviews(
146
+ args: ListCodeReviewsCommandInput,
147
+ options?: __HttpHandlerOptions
148
+ ): Promise<ListCodeReviewsCommandOutput>;
149
+ listCodeReviews(
150
+ args: ListCodeReviewsCommandInput,
151
+ cb: (err: any, data?: ListCodeReviewsCommandOutput) => void
152
+ ): void;
153
+ listCodeReviews(
154
+ args: ListCodeReviewsCommandInput,
155
+ options: __HttpHandlerOptions,
156
+ cb: (err: any, data?: ListCodeReviewsCommandOutput) => void
157
+ ): void;
158
+
159
+ listRecommendationFeedback(
160
+ args: ListRecommendationFeedbackCommandInput,
161
+ options?: __HttpHandlerOptions
162
+ ): Promise<ListRecommendationFeedbackCommandOutput>;
163
+ listRecommendationFeedback(
164
+ args: ListRecommendationFeedbackCommandInput,
165
+ cb: (err: any, data?: ListRecommendationFeedbackCommandOutput) => void
166
+ ): void;
167
+ listRecommendationFeedback(
168
+ args: ListRecommendationFeedbackCommandInput,
169
+ options: __HttpHandlerOptions,
170
+ cb: (err: any, data?: ListRecommendationFeedbackCommandOutput) => void
171
+ ): void;
172
+
173
+ listRecommendations(
174
+ args: ListRecommendationsCommandInput,
175
+ options?: __HttpHandlerOptions
176
+ ): Promise<ListRecommendationsCommandOutput>;
177
+ listRecommendations(
178
+ args: ListRecommendationsCommandInput,
179
+ cb: (err: any, data?: ListRecommendationsCommandOutput) => void
180
+ ): void;
181
+ listRecommendations(
182
+ args: ListRecommendationsCommandInput,
183
+ options: __HttpHandlerOptions,
184
+ cb: (err: any, data?: ListRecommendationsCommandOutput) => void
185
+ ): void;
186
+
187
+ listRepositoryAssociations(
188
+ args: ListRepositoryAssociationsCommandInput,
189
+ options?: __HttpHandlerOptions
190
+ ): Promise<ListRepositoryAssociationsCommandOutput>;
191
+ listRepositoryAssociations(
192
+ args: ListRepositoryAssociationsCommandInput,
193
+ cb: (err: any, data?: ListRepositoryAssociationsCommandOutput) => void
194
+ ): void;
195
+ listRepositoryAssociations(
196
+ args: ListRepositoryAssociationsCommandInput,
197
+ options: __HttpHandlerOptions,
198
+ cb: (err: any, data?: ListRepositoryAssociationsCommandOutput) => void
199
+ ): void;
200
+
201
+ listTagsForResource(
202
+ args: ListTagsForResourceCommandInput,
203
+ options?: __HttpHandlerOptions
204
+ ): Promise<ListTagsForResourceCommandOutput>;
205
+ listTagsForResource(
206
+ args: ListTagsForResourceCommandInput,
207
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
208
+ ): void;
209
+ listTagsForResource(
210
+ args: ListTagsForResourceCommandInput,
211
+ options: __HttpHandlerOptions,
212
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
213
+ ): void;
214
+
215
+ putRecommendationFeedback(
216
+ args: PutRecommendationFeedbackCommandInput,
217
+ options?: __HttpHandlerOptions
218
+ ): Promise<PutRecommendationFeedbackCommandOutput>;
219
+ putRecommendationFeedback(
220
+ args: PutRecommendationFeedbackCommandInput,
221
+ cb: (err: any, data?: PutRecommendationFeedbackCommandOutput) => void
222
+ ): void;
223
+ putRecommendationFeedback(
224
+ args: PutRecommendationFeedbackCommandInput,
225
+ options: __HttpHandlerOptions,
226
+ cb: (err: any, data?: PutRecommendationFeedbackCommandOutput) => void
227
+ ): void;
228
+
229
+ tagResource(
230
+ args: TagResourceCommandInput,
231
+ options?: __HttpHandlerOptions
232
+ ): Promise<TagResourceCommandOutput>;
233
+ tagResource(
234
+ args: TagResourceCommandInput,
235
+ cb: (err: any, data?: TagResourceCommandOutput) => void
236
+ ): void;
237
+ tagResource(
238
+ args: TagResourceCommandInput,
239
+ options: __HttpHandlerOptions,
240
+ cb: (err: any, data?: TagResourceCommandOutput) => void
241
+ ): void;
242
+
243
+ untagResource(
244
+ args: UntagResourceCommandInput,
245
+ options?: __HttpHandlerOptions
246
+ ): Promise<UntagResourceCommandOutput>;
247
+ untagResource(
248
+ args: UntagResourceCommandInput,
249
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
250
+ ): void;
251
+ untagResource(
252
+ args: UntagResourceCommandInput,
253
+ options: __HttpHandlerOptions,
254
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
255
+ ): void;
256
+ }