@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.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/CodeGuruReviewer.d.ts +256 -75
- package/dist-types/ts3.4/CodeGuruReviewerClient.d.ts +214 -87
- package/dist-types/ts3.4/commands/AssociateRepositoryCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateCodeReviewCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeCodeReviewCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeRecommendationFeedbackCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeRepositoryAssociationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisassociateRepositoryCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListCodeReviewsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListRecommendationFeedbackCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListRecommendationsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListRepositoryAssociationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PutRecommendationFeedbackCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/index.d.ts +14 -14
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +7 -7
- package/dist-types/ts3.4/models/CodeGuruReviewerServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +768 -716
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListCodeReviewsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRecommendationFeedbackPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRecommendationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRepositoryAssociationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +5 -5
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +173 -44
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +69 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -11
- package/dist-types/ts3.4/waiters/index.d.ts +2 -2
- package/dist-types/ts3.4/waiters/waitForCodeReviewCompleted.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForRepositoryAssociationSucceeded.d.ts +13 -7
- package/package.json +35 -35
|
@@ -1,87 +1,214 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
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
|
+
|
|
135
|
+
sha256?: __HashConstructor;
|
|
136
|
+
|
|
137
|
+
urlParser?: __UrlParser;
|
|
138
|
+
|
|
139
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
140
|
+
|
|
141
|
+
streamCollector?: __StreamCollector;
|
|
142
|
+
|
|
143
|
+
base64Decoder?: __Decoder;
|
|
144
|
+
|
|
145
|
+
base64Encoder?: __Encoder;
|
|
146
|
+
|
|
147
|
+
utf8Decoder?: __Decoder;
|
|
148
|
+
|
|
149
|
+
utf8Encoder?: __Encoder;
|
|
150
|
+
|
|
151
|
+
runtime?: string;
|
|
152
|
+
|
|
153
|
+
disableHostPrefix?: boolean;
|
|
154
|
+
|
|
155
|
+
maxAttempts?: number | __Provider<number>;
|
|
156
|
+
|
|
157
|
+
retryMode?: string | __Provider<string>;
|
|
158
|
+
|
|
159
|
+
logger?: __Logger;
|
|
160
|
+
|
|
161
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
162
|
+
|
|
163
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
164
|
+
|
|
165
|
+
serviceId?: string;
|
|
166
|
+
|
|
167
|
+
region?: string | __Provider<string>;
|
|
168
|
+
|
|
169
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
170
|
+
|
|
171
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
172
|
+
|
|
173
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
174
|
+
|
|
175
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
176
|
+
}
|
|
177
|
+
declare type CodeGuruReviewerClientConfigType = Partial<
|
|
178
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
179
|
+
> &
|
|
180
|
+
ClientDefaults &
|
|
181
|
+
RegionInputConfig &
|
|
182
|
+
EndpointsInputConfig &
|
|
183
|
+
RetryInputConfig &
|
|
184
|
+
HostHeaderInputConfig &
|
|
185
|
+
AwsAuthInputConfig &
|
|
186
|
+
UserAgentInputConfig;
|
|
187
|
+
|
|
188
|
+
export interface CodeGuruReviewerClientConfig
|
|
189
|
+
extends CodeGuruReviewerClientConfigType {}
|
|
190
|
+
declare type CodeGuruReviewerClientResolvedConfigType =
|
|
191
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
192
|
+
Required<ClientDefaults> &
|
|
193
|
+
RegionResolvedConfig &
|
|
194
|
+
EndpointsResolvedConfig &
|
|
195
|
+
RetryResolvedConfig &
|
|
196
|
+
HostHeaderResolvedConfig &
|
|
197
|
+
AwsAuthResolvedConfig &
|
|
198
|
+
UserAgentResolvedConfig;
|
|
199
|
+
|
|
200
|
+
export interface CodeGuruReviewerClientResolvedConfig
|
|
201
|
+
extends CodeGuruReviewerClientResolvedConfigType {}
|
|
202
|
+
|
|
203
|
+
export declare class CodeGuruReviewerClient extends __Client<
|
|
204
|
+
__HttpHandlerOptions,
|
|
205
|
+
ServiceInputTypes,
|
|
206
|
+
ServiceOutputTypes,
|
|
207
|
+
CodeGuruReviewerClientResolvedConfig
|
|
208
|
+
> {
|
|
209
|
+
readonly config: CodeGuruReviewerClientResolvedConfig;
|
|
210
|
+
constructor(configuration: CodeGuruReviewerClientConfig);
|
|
211
|
+
|
|
212
|
+
destroy(): void;
|
|
213
|
+
}
|
|
214
|
+
export {};
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CodeGuruReviewerClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CodeGuruReviewerClient";
|
|
13
|
+
import {
|
|
14
|
+
AssociateRepositoryRequest,
|
|
15
|
+
AssociateRepositoryResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface AssociateRepositoryCommandInput
|
|
18
|
+
extends AssociateRepositoryRequest {}
|
|
19
|
+
export interface AssociateRepositoryCommandOutput
|
|
20
|
+
extends AssociateRepositoryResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class AssociateRepositoryCommand extends $Command<
|
|
24
|
+
AssociateRepositoryCommandInput,
|
|
25
|
+
AssociateRepositoryCommandOutput,
|
|
26
|
+
CodeGuruReviewerClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: AssociateRepositoryCommandInput;
|
|
29
|
+
constructor(input: AssociateRepositoryCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: CodeGuruReviewerClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<AssociateRepositoryCommandInput, AssociateRepositoryCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CodeGuruReviewerClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CodeGuruReviewerClient";
|
|
13
|
+
import {
|
|
14
|
+
CreateCodeReviewRequest,
|
|
15
|
+
CreateCodeReviewResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateCodeReviewCommandInput extends CreateCodeReviewRequest {}
|
|
18
|
+
export interface CreateCodeReviewCommandOutput
|
|
19
|
+
extends CreateCodeReviewResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class CreateCodeReviewCommand extends $Command<
|
|
23
|
+
CreateCodeReviewCommandInput,
|
|
24
|
+
CreateCodeReviewCommandOutput,
|
|
25
|
+
CodeGuruReviewerClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateCodeReviewCommandInput;
|
|
28
|
+
constructor(input: CreateCodeReviewCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: CodeGuruReviewerClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<CreateCodeReviewCommandInput, CreateCodeReviewCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CodeGuruReviewerClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CodeGuruReviewerClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeCodeReviewRequest,
|
|
15
|
+
DescribeCodeReviewResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeCodeReviewCommandInput
|
|
18
|
+
extends DescribeCodeReviewRequest {}
|
|
19
|
+
export interface DescribeCodeReviewCommandOutput
|
|
20
|
+
extends DescribeCodeReviewResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeCodeReviewCommand extends $Command<
|
|
24
|
+
DescribeCodeReviewCommandInput,
|
|
25
|
+
DescribeCodeReviewCommandOutput,
|
|
26
|
+
CodeGuruReviewerClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeCodeReviewCommandInput;
|
|
29
|
+
constructor(input: DescribeCodeReviewCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: CodeGuruReviewerClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<DescribeCodeReviewCommandInput, DescribeCodeReviewCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CodeGuruReviewerClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CodeGuruReviewerClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeRecommendationFeedbackRequest,
|
|
15
|
+
DescribeRecommendationFeedbackResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeRecommendationFeedbackCommandInput
|
|
18
|
+
extends DescribeRecommendationFeedbackRequest {}
|
|
19
|
+
export interface DescribeRecommendationFeedbackCommandOutput
|
|
20
|
+
extends DescribeRecommendationFeedbackResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeRecommendationFeedbackCommand extends $Command<
|
|
24
|
+
DescribeRecommendationFeedbackCommandInput,
|
|
25
|
+
DescribeRecommendationFeedbackCommandOutput,
|
|
26
|
+
CodeGuruReviewerClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeRecommendationFeedbackCommandInput;
|
|
29
|
+
constructor(input: DescribeRecommendationFeedbackCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: CodeGuruReviewerClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeRecommendationFeedbackCommandInput,
|
|
37
|
+
DescribeRecommendationFeedbackCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CodeGuruReviewerClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CodeGuruReviewerClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeRepositoryAssociationRequest,
|
|
15
|
+
DescribeRepositoryAssociationResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeRepositoryAssociationCommandInput
|
|
18
|
+
extends DescribeRepositoryAssociationRequest {}
|
|
19
|
+
export interface DescribeRepositoryAssociationCommandOutput
|
|
20
|
+
extends DescribeRepositoryAssociationResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeRepositoryAssociationCommand extends $Command<
|
|
24
|
+
DescribeRepositoryAssociationCommandInput,
|
|
25
|
+
DescribeRepositoryAssociationCommandOutput,
|
|
26
|
+
CodeGuruReviewerClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeRepositoryAssociationCommandInput;
|
|
29
|
+
constructor(input: DescribeRepositoryAssociationCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: CodeGuruReviewerClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeRepositoryAssociationCommandInput,
|
|
37
|
+
DescribeRepositoryAssociationCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CodeGuruReviewerClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CodeGuruReviewerClient";
|
|
13
|
+
import {
|
|
14
|
+
DisassociateRepositoryRequest,
|
|
15
|
+
DisassociateRepositoryResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DisassociateRepositoryCommandInput
|
|
18
|
+
extends DisassociateRepositoryRequest {}
|
|
19
|
+
export interface DisassociateRepositoryCommandOutput
|
|
20
|
+
extends DisassociateRepositoryResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DisassociateRepositoryCommand extends $Command<
|
|
24
|
+
DisassociateRepositoryCommandInput,
|
|
25
|
+
DisassociateRepositoryCommandOutput,
|
|
26
|
+
CodeGuruReviewerClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DisassociateRepositoryCommandInput;
|
|
29
|
+
constructor(input: DisassociateRepositoryCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: CodeGuruReviewerClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DisassociateRepositoryCommandInput,
|
|
37
|
+
DisassociateRepositoryCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|