@aws-sdk/client-codeguru-reviewer 3.170.0 → 3.178.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.
- package/CHANGELOG.md +16 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/CodeGuruReviewer.d.ts +0 -14
- package/dist-types/ts3.4/CodeGuruReviewerClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/AssociateRepositoryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateCodeReviewCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeCodeReviewCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeRecommendationFeedbackCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeRepositoryAssociationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisassociateRepositoryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListCodeReviewsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListRecommendationFeedbackCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListRecommendationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListRepositoryAssociationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutRecommendationFeedbackCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/CodeGuruReviewerServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -218
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/dist-types/ts3.4/waiters/waitForCodeReviewCompleted.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForRepositoryAssociationSucceeded.d.ts +0 -2
- package/package.json +27 -27
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.178.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.177.0...v3.178.0) (2022-09-23)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-codeguru-reviewer
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-codeguru-reviewer
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @aws-sdk/client-codeguru-reviewer
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: CodeGuruReviewerClientConfig) =>
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: CodeGuruReviewerClientConfig) =>
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -30,7 +30,7 @@ export declare const getRuntimeConfig: (config: CodeGuruReviewerClientConfig) =>
|
|
|
30
30
|
tls?: boolean | undefined;
|
|
31
31
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
32
32
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
33
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
33
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
34
34
|
signingEscapePath?: boolean | undefined;
|
|
35
35
|
systemClockOffset?: number | undefined;
|
|
36
36
|
signingRegion?: string | undefined;
|
|
@@ -56,7 +56,6 @@ import {
|
|
|
56
56
|
UntagResourceCommandInput,
|
|
57
57
|
UntagResourceCommandOutput,
|
|
58
58
|
} from "./commands/UntagResourceCommand";
|
|
59
|
-
|
|
60
59
|
export declare class CodeGuruReviewer extends CodeGuruReviewerClient {
|
|
61
60
|
associateRepository(
|
|
62
61
|
args: AssociateRepositoryCommandInput,
|
|
@@ -71,7 +70,6 @@ export declare class CodeGuruReviewer extends CodeGuruReviewerClient {
|
|
|
71
70
|
options: __HttpHandlerOptions,
|
|
72
71
|
cb: (err: any, data?: AssociateRepositoryCommandOutput) => void
|
|
73
72
|
): void;
|
|
74
|
-
|
|
75
73
|
createCodeReview(
|
|
76
74
|
args: CreateCodeReviewCommandInput,
|
|
77
75
|
options?: __HttpHandlerOptions
|
|
@@ -85,7 +83,6 @@ export declare class CodeGuruReviewer extends CodeGuruReviewerClient {
|
|
|
85
83
|
options: __HttpHandlerOptions,
|
|
86
84
|
cb: (err: any, data?: CreateCodeReviewCommandOutput) => void
|
|
87
85
|
): void;
|
|
88
|
-
|
|
89
86
|
describeCodeReview(
|
|
90
87
|
args: DescribeCodeReviewCommandInput,
|
|
91
88
|
options?: __HttpHandlerOptions
|
|
@@ -99,7 +96,6 @@ export declare class CodeGuruReviewer extends CodeGuruReviewerClient {
|
|
|
99
96
|
options: __HttpHandlerOptions,
|
|
100
97
|
cb: (err: any, data?: DescribeCodeReviewCommandOutput) => void
|
|
101
98
|
): void;
|
|
102
|
-
|
|
103
99
|
describeRecommendationFeedback(
|
|
104
100
|
args: DescribeRecommendationFeedbackCommandInput,
|
|
105
101
|
options?: __HttpHandlerOptions
|
|
@@ -113,7 +109,6 @@ export declare class CodeGuruReviewer extends CodeGuruReviewerClient {
|
|
|
113
109
|
options: __HttpHandlerOptions,
|
|
114
110
|
cb: (err: any, data?: DescribeRecommendationFeedbackCommandOutput) => void
|
|
115
111
|
): void;
|
|
116
|
-
|
|
117
112
|
describeRepositoryAssociation(
|
|
118
113
|
args: DescribeRepositoryAssociationCommandInput,
|
|
119
114
|
options?: __HttpHandlerOptions
|
|
@@ -127,7 +122,6 @@ export declare class CodeGuruReviewer extends CodeGuruReviewerClient {
|
|
|
127
122
|
options: __HttpHandlerOptions,
|
|
128
123
|
cb: (err: any, data?: DescribeRepositoryAssociationCommandOutput) => void
|
|
129
124
|
): void;
|
|
130
|
-
|
|
131
125
|
disassociateRepository(
|
|
132
126
|
args: DisassociateRepositoryCommandInput,
|
|
133
127
|
options?: __HttpHandlerOptions
|
|
@@ -141,7 +135,6 @@ export declare class CodeGuruReviewer extends CodeGuruReviewerClient {
|
|
|
141
135
|
options: __HttpHandlerOptions,
|
|
142
136
|
cb: (err: any, data?: DisassociateRepositoryCommandOutput) => void
|
|
143
137
|
): void;
|
|
144
|
-
|
|
145
138
|
listCodeReviews(
|
|
146
139
|
args: ListCodeReviewsCommandInput,
|
|
147
140
|
options?: __HttpHandlerOptions
|
|
@@ -155,7 +148,6 @@ export declare class CodeGuruReviewer extends CodeGuruReviewerClient {
|
|
|
155
148
|
options: __HttpHandlerOptions,
|
|
156
149
|
cb: (err: any, data?: ListCodeReviewsCommandOutput) => void
|
|
157
150
|
): void;
|
|
158
|
-
|
|
159
151
|
listRecommendationFeedback(
|
|
160
152
|
args: ListRecommendationFeedbackCommandInput,
|
|
161
153
|
options?: __HttpHandlerOptions
|
|
@@ -169,7 +161,6 @@ export declare class CodeGuruReviewer extends CodeGuruReviewerClient {
|
|
|
169
161
|
options: __HttpHandlerOptions,
|
|
170
162
|
cb: (err: any, data?: ListRecommendationFeedbackCommandOutput) => void
|
|
171
163
|
): void;
|
|
172
|
-
|
|
173
164
|
listRecommendations(
|
|
174
165
|
args: ListRecommendationsCommandInput,
|
|
175
166
|
options?: __HttpHandlerOptions
|
|
@@ -183,7 +174,6 @@ export declare class CodeGuruReviewer extends CodeGuruReviewerClient {
|
|
|
183
174
|
options: __HttpHandlerOptions,
|
|
184
175
|
cb: (err: any, data?: ListRecommendationsCommandOutput) => void
|
|
185
176
|
): void;
|
|
186
|
-
|
|
187
177
|
listRepositoryAssociations(
|
|
188
178
|
args: ListRepositoryAssociationsCommandInput,
|
|
189
179
|
options?: __HttpHandlerOptions
|
|
@@ -197,7 +187,6 @@ export declare class CodeGuruReviewer extends CodeGuruReviewerClient {
|
|
|
197
187
|
options: __HttpHandlerOptions,
|
|
198
188
|
cb: (err: any, data?: ListRepositoryAssociationsCommandOutput) => void
|
|
199
189
|
): void;
|
|
200
|
-
|
|
201
190
|
listTagsForResource(
|
|
202
191
|
args: ListTagsForResourceCommandInput,
|
|
203
192
|
options?: __HttpHandlerOptions
|
|
@@ -211,7 +200,6 @@ export declare class CodeGuruReviewer extends CodeGuruReviewerClient {
|
|
|
211
200
|
options: __HttpHandlerOptions,
|
|
212
201
|
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
213
202
|
): void;
|
|
214
|
-
|
|
215
203
|
putRecommendationFeedback(
|
|
216
204
|
args: PutRecommendationFeedbackCommandInput,
|
|
217
205
|
options?: __HttpHandlerOptions
|
|
@@ -225,7 +213,6 @@ export declare class CodeGuruReviewer extends CodeGuruReviewerClient {
|
|
|
225
213
|
options: __HttpHandlerOptions,
|
|
226
214
|
cb: (err: any, data?: PutRecommendationFeedbackCommandOutput) => void
|
|
227
215
|
): void;
|
|
228
|
-
|
|
229
216
|
tagResource(
|
|
230
217
|
args: TagResourceCommandInput,
|
|
231
218
|
options?: __HttpHandlerOptions
|
|
@@ -239,7 +226,6 @@ export declare class CodeGuruReviewer extends CodeGuruReviewerClient {
|
|
|
239
226
|
options: __HttpHandlerOptions,
|
|
240
227
|
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
241
228
|
): void;
|
|
242
|
-
|
|
243
229
|
untagResource(
|
|
244
230
|
args: UntagResourceCommandInput,
|
|
245
231
|
options?: __HttpHandlerOptions
|
|
@@ -131,47 +131,26 @@ export declare type ServiceOutputTypes =
|
|
|
131
131
|
export interface ClientDefaults
|
|
132
132
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
133
133
|
requestHandler?: __HttpHandler;
|
|
134
|
-
|
|
135
134
|
sha256?: __HashConstructor;
|
|
136
|
-
|
|
137
135
|
urlParser?: __UrlParser;
|
|
138
|
-
|
|
139
136
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
140
|
-
|
|
141
137
|
streamCollector?: __StreamCollector;
|
|
142
|
-
|
|
143
138
|
base64Decoder?: __Decoder;
|
|
144
|
-
|
|
145
139
|
base64Encoder?: __Encoder;
|
|
146
|
-
|
|
147
140
|
utf8Decoder?: __Decoder;
|
|
148
|
-
|
|
149
141
|
utf8Encoder?: __Encoder;
|
|
150
|
-
|
|
151
142
|
runtime?: string;
|
|
152
|
-
|
|
153
143
|
disableHostPrefix?: boolean;
|
|
154
|
-
|
|
155
144
|
maxAttempts?: number | __Provider<number>;
|
|
156
|
-
|
|
157
145
|
retryMode?: string | __Provider<string>;
|
|
158
|
-
|
|
159
146
|
logger?: __Logger;
|
|
160
|
-
|
|
161
147
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
162
|
-
|
|
163
148
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
164
|
-
|
|
165
149
|
serviceId?: string;
|
|
166
|
-
|
|
167
150
|
region?: string | __Provider<string>;
|
|
168
|
-
|
|
169
151
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
170
|
-
|
|
171
152
|
regionInfoProvider?: RegionInfoProvider;
|
|
172
|
-
|
|
173
153
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
174
|
-
|
|
175
154
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
176
155
|
}
|
|
177
156
|
declare type CodeGuruReviewerClientConfigType = Partial<
|
|
@@ -184,7 +163,6 @@ declare type CodeGuruReviewerClientConfigType = Partial<
|
|
|
184
163
|
HostHeaderInputConfig &
|
|
185
164
|
AwsAuthInputConfig &
|
|
186
165
|
UserAgentInputConfig;
|
|
187
|
-
|
|
188
166
|
export interface CodeGuruReviewerClientConfig
|
|
189
167
|
extends CodeGuruReviewerClientConfigType {}
|
|
190
168
|
declare type CodeGuruReviewerClientResolvedConfigType =
|
|
@@ -196,10 +174,8 @@ declare type CodeGuruReviewerClientResolvedConfigType =
|
|
|
196
174
|
HostHeaderResolvedConfig &
|
|
197
175
|
AwsAuthResolvedConfig &
|
|
198
176
|
UserAgentResolvedConfig;
|
|
199
|
-
|
|
200
177
|
export interface CodeGuruReviewerClientResolvedConfig
|
|
201
178
|
extends CodeGuruReviewerClientResolvedConfigType {}
|
|
202
|
-
|
|
203
179
|
export declare class CodeGuruReviewerClient extends __Client<
|
|
204
180
|
__HttpHandlerOptions,
|
|
205
181
|
ServiceInputTypes,
|
|
@@ -208,7 +184,6 @@ export declare class CodeGuruReviewerClient extends __Client<
|
|
|
208
184
|
> {
|
|
209
185
|
readonly config: CodeGuruReviewerClientResolvedConfig;
|
|
210
186
|
constructor(configuration: CodeGuruReviewerClientConfig);
|
|
211
|
-
|
|
212
187
|
destroy(): void;
|
|
213
188
|
}
|
|
214
189
|
export {};
|
|
@@ -19,7 +19,6 @@ export interface AssociateRepositoryCommandInput
|
|
|
19
19
|
export interface AssociateRepositoryCommandOutput
|
|
20
20
|
extends AssociateRepositoryResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class AssociateRepositoryCommand extends $Command<
|
|
24
23
|
AssociateRepositoryCommandInput,
|
|
25
24
|
AssociateRepositoryCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class AssociateRepositoryCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: AssociateRepositoryCommandInput;
|
|
29
28
|
constructor(input: AssociateRepositoryCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeGuruReviewerClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface CreateCodeReviewCommandInput extends CreateCodeReviewRequest {}
|
|
|
18
18
|
export interface CreateCodeReviewCommandOutput
|
|
19
19
|
extends CreateCodeReviewResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class CreateCodeReviewCommand extends $Command<
|
|
23
22
|
CreateCodeReviewCommandInput,
|
|
24
23
|
CreateCodeReviewCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class CreateCodeReviewCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: CreateCodeReviewCommandInput;
|
|
28
27
|
constructor(input: CreateCodeReviewCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: CodeGuruReviewerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeCodeReviewCommandInput
|
|
|
19
19
|
export interface DescribeCodeReviewCommandOutput
|
|
20
20
|
extends DescribeCodeReviewResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeCodeReviewCommand extends $Command<
|
|
24
23
|
DescribeCodeReviewCommandInput,
|
|
25
24
|
DescribeCodeReviewCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeCodeReviewCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeCodeReviewCommandInput;
|
|
29
28
|
constructor(input: DescribeCodeReviewCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeGuruReviewerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeRecommendationFeedbackCommandInput
|
|
|
19
19
|
export interface DescribeRecommendationFeedbackCommandOutput
|
|
20
20
|
extends DescribeRecommendationFeedbackResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeRecommendationFeedbackCommand extends $Command<
|
|
24
23
|
DescribeRecommendationFeedbackCommandInput,
|
|
25
24
|
DescribeRecommendationFeedbackCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeRecommendationFeedbackCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeRecommendationFeedbackCommandInput;
|
|
29
28
|
constructor(input: DescribeRecommendationFeedbackCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeGuruReviewerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeRepositoryAssociationCommandInput
|
|
|
19
19
|
export interface DescribeRepositoryAssociationCommandOutput
|
|
20
20
|
extends DescribeRepositoryAssociationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeRepositoryAssociationCommand extends $Command<
|
|
24
23
|
DescribeRepositoryAssociationCommandInput,
|
|
25
24
|
DescribeRepositoryAssociationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeRepositoryAssociationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeRepositoryAssociationCommandInput;
|
|
29
28
|
constructor(input: DescribeRepositoryAssociationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeGuruReviewerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DisassociateRepositoryCommandInput
|
|
|
19
19
|
export interface DisassociateRepositoryCommandOutput
|
|
20
20
|
extends DisassociateRepositoryResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DisassociateRepositoryCommand extends $Command<
|
|
24
23
|
DisassociateRepositoryCommandInput,
|
|
25
24
|
DisassociateRepositoryCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DisassociateRepositoryCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DisassociateRepositoryCommandInput;
|
|
29
28
|
constructor(input: DisassociateRepositoryCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeGuruReviewerClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListCodeReviewsCommandInput extends ListCodeReviewsRequest {}
|
|
|
18
18
|
export interface ListCodeReviewsCommandOutput
|
|
19
19
|
extends ListCodeReviewsResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListCodeReviewsCommand extends $Command<
|
|
23
22
|
ListCodeReviewsCommandInput,
|
|
24
23
|
ListCodeReviewsCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListCodeReviewsCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListCodeReviewsCommandInput;
|
|
28
27
|
constructor(input: ListCodeReviewsCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: CodeGuruReviewerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListRecommendationFeedbackCommandInput
|
|
|
19
19
|
export interface ListRecommendationFeedbackCommandOutput
|
|
20
20
|
extends ListRecommendationFeedbackResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListRecommendationFeedbackCommand extends $Command<
|
|
24
23
|
ListRecommendationFeedbackCommandInput,
|
|
25
24
|
ListRecommendationFeedbackCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListRecommendationFeedbackCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListRecommendationFeedbackCommandInput;
|
|
29
28
|
constructor(input: ListRecommendationFeedbackCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeGuruReviewerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListRecommendationsCommandInput
|
|
|
19
19
|
export interface ListRecommendationsCommandOutput
|
|
20
20
|
extends ListRecommendationsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListRecommendationsCommand extends $Command<
|
|
24
23
|
ListRecommendationsCommandInput,
|
|
25
24
|
ListRecommendationsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListRecommendationsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListRecommendationsCommandInput;
|
|
29
28
|
constructor(input: ListRecommendationsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeGuruReviewerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListRepositoryAssociationsCommandInput
|
|
|
19
19
|
export interface ListRepositoryAssociationsCommandOutput
|
|
20
20
|
extends ListRepositoryAssociationsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListRepositoryAssociationsCommand extends $Command<
|
|
24
23
|
ListRepositoryAssociationsCommandInput,
|
|
25
24
|
ListRepositoryAssociationsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListRepositoryAssociationsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListRepositoryAssociationsCommandInput;
|
|
29
28
|
constructor(input: ListRepositoryAssociationsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeGuruReviewerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
|
|
|
19
19
|
export interface ListTagsForResourceCommandOutput
|
|
20
20
|
extends ListTagsForResourceResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListTagsForResourceCommand extends $Command<
|
|
24
23
|
ListTagsForResourceCommandInput,
|
|
25
24
|
ListTagsForResourceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListTagsForResourceCommandInput;
|
|
29
28
|
constructor(input: ListTagsForResourceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeGuruReviewerClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface PutRecommendationFeedbackCommandInput
|
|
|
19
19
|
export interface PutRecommendationFeedbackCommandOutput
|
|
20
20
|
extends PutRecommendationFeedbackResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class PutRecommendationFeedbackCommand extends $Command<
|
|
24
23
|
PutRecommendationFeedbackCommandInput,
|
|
25
24
|
PutRecommendationFeedbackCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class PutRecommendationFeedbackCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: PutRecommendationFeedbackCommandInput;
|
|
29
28
|
constructor(input: PutRecommendationFeedbackCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CodeGuruReviewerClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
|
15
15
|
export interface TagResourceCommandOutput
|
|
16
16
|
extends TagResourceResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class TagResourceCommand extends $Command<
|
|
20
19
|
TagResourceCommandInput,
|
|
21
20
|
TagResourceCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class TagResourceCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: TagResourceCommandInput;
|
|
25
24
|
constructor(input: TagResourceCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CodeGuruReviewerClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
|
18
18
|
export interface UntagResourceCommandOutput
|
|
19
19
|
extends UntagResourceResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UntagResourceCommand extends $Command<
|
|
23
22
|
UntagResourceCommandInput,
|
|
24
23
|
UntagResourceCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UntagResourceCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UntagResourceCommandInput;
|
|
28
27
|
constructor(input: UntagResourceCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: CodeGuruReviewerClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class CodeGuruReviewerServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|