@aws-sdk/client-codeguru-reviewer 3.529.1 → 3.535.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/dist-types/CodeGuruReviewer.d.ts +2 -1
- package/dist-types/CodeGuruReviewerClient.d.ts +1 -1
- package/dist-types/commands/AssociateRepositoryCommand.d.ts +2 -1
- package/dist-types/commands/CreateCodeReviewCommand.d.ts +2 -1
- package/dist-types/commands/DescribeCodeReviewCommand.d.ts +2 -1
- package/dist-types/commands/DescribeRecommendationFeedbackCommand.d.ts +2 -1
- package/dist-types/commands/DescribeRepositoryAssociationCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateRepositoryCommand.d.ts +2 -1
- package/dist-types/commands/ListCodeReviewsCommand.d.ts +2 -1
- package/dist-types/commands/ListRecommendationFeedbackCommand.d.ts +2 -1
- package/dist-types/commands/ListRecommendationsCommand.d.ts +2 -1
- package/dist-types/commands/ListRepositoryAssociationsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/PutRecommendationFeedbackCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +208 -208
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/dist-types/ts3.4/CodeGuruReviewer.d.ts +1 -0
- package/dist-types/ts3.4/commands/AssociateRepositoryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateCodeReviewCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeCodeReviewCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeRecommendationFeedbackCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeRepositoryAssociationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisassociateRepositoryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListCodeReviewsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListRecommendationFeedbackCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListRecommendationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListRepositoryAssociationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutRecommendationFeedbackCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/package.json +41 -41
|
@@ -72,6 +72,7 @@ export interface CodeGuruReviewer {
|
|
|
72
72
|
/**
|
|
73
73
|
* @see {@link ListRepositoryAssociationsCommand}
|
|
74
74
|
*/
|
|
75
|
+
listRepositoryAssociations(): Promise<ListRepositoryAssociationsCommandOutput>;
|
|
75
76
|
listRepositoryAssociations(args: ListRepositoryAssociationsCommandInput, options?: __HttpHandlerOptions): Promise<ListRepositoryAssociationsCommandOutput>;
|
|
76
77
|
listRepositoryAssociations(args: ListRepositoryAssociationsCommandInput, cb: (err: any, data?: ListRepositoryAssociationsCommandOutput) => void): void;
|
|
77
78
|
listRepositoryAssociations(args: ListRepositoryAssociationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRepositoryAssociationsCommandOutput) => void): void;
|
|
@@ -101,7 +102,6 @@ export interface CodeGuruReviewer {
|
|
|
101
102
|
untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
102
103
|
}
|
|
103
104
|
/**
|
|
104
|
-
* @public
|
|
105
105
|
* <p>This section provides documentation for the Amazon CodeGuru Reviewer API operations. CodeGuru Reviewer is a
|
|
106
106
|
* service that uses program analysis and machine learning to detect potential defects that
|
|
107
107
|
* are difficult for developers to find and recommends fixes in your Java and Python
|
|
@@ -117,6 +117,7 @@ export interface CodeGuruReviewer {
|
|
|
117
117
|
* more information, see <a href="https://docs.aws.amazon.com/codeguru/latest/reviewer-ug/vpc-interface-endpoints.html">CodeGuru Reviewer and interface VPC
|
|
118
118
|
* endpoints (Amazon Web Services PrivateLink)</a> in the <i>Amazon CodeGuru Reviewer User
|
|
119
119
|
* Guide</i>.</p>
|
|
120
|
+
* @public
|
|
120
121
|
*/
|
|
121
122
|
export declare class CodeGuruReviewer extends CodeGuruReviewerClient implements CodeGuruReviewer {
|
|
122
123
|
}
|
|
@@ -165,7 +165,6 @@ export type CodeGuruReviewerClientResolvedConfigType = __SmithyResolvedConfigura
|
|
|
165
165
|
export interface CodeGuruReviewerClientResolvedConfig extends CodeGuruReviewerClientResolvedConfigType {
|
|
166
166
|
}
|
|
167
167
|
/**
|
|
168
|
-
* @public
|
|
169
168
|
* <p>This section provides documentation for the Amazon CodeGuru Reviewer API operations. CodeGuru Reviewer is a
|
|
170
169
|
* service that uses program analysis and machine learning to detect potential defects that
|
|
171
170
|
* are difficult for developers to find and recommends fixes in your Java and Python
|
|
@@ -181,6 +180,7 @@ export interface CodeGuruReviewerClientResolvedConfig extends CodeGuruReviewerCl
|
|
|
181
180
|
* more information, see <a href="https://docs.aws.amazon.com/codeguru/latest/reviewer-ug/vpc-interface-endpoints.html">CodeGuru Reviewer and interface VPC
|
|
182
181
|
* endpoints (Amazon Web Services PrivateLink)</a> in the <i>Amazon CodeGuru Reviewer User
|
|
183
182
|
* Guide</i>.</p>
|
|
183
|
+
* @public
|
|
184
184
|
*/
|
|
185
185
|
export declare class CodeGuruReviewerClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, CodeGuruReviewerClientResolvedConfig> {
|
|
186
186
|
/**
|
|
@@ -22,10 +22,10 @@ export interface AssociateRepositoryCommandOutput extends AssociateRepositoryRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const AssociateRepositoryCommand_base: {
|
|
24
24
|
new (input: AssociateRepositoryCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateRepositoryCommandInput, AssociateRepositoryCommandOutput, CodeGuruReviewerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: AssociateRepositoryCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateRepositoryCommandInput, AssociateRepositoryCommandOutput, CodeGuruReviewerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Use to associate an Amazon Web Services CodeCommit repository or a repository managed by Amazon Web Services
|
|
30
30
|
* CodeStar Connections with Amazon CodeGuru Reviewer. When you associate a repository, CodeGuru Reviewer reviews
|
|
31
31
|
* source code changes in the repository's pull requests and provides automatic
|
|
@@ -140,6 +140,7 @@ declare const AssociateRepositoryCommand_base: {
|
|
|
140
140
|
* @throws {@link CodeGuruReviewerServiceException}
|
|
141
141
|
* <p>Base exception class for all service exceptions from CodeGuruReviewer service.</p>
|
|
142
142
|
*
|
|
143
|
+
* @public
|
|
143
144
|
*/
|
|
144
145
|
export declare class AssociateRepositoryCommand extends AssociateRepositoryCommand_base {
|
|
145
146
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateCodeReviewCommandOutput extends CreateCodeReviewResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateCodeReviewCommand_base: {
|
|
24
24
|
new (input: CreateCodeReviewCommandInput): import("@smithy/smithy-client").CommandImpl<CreateCodeReviewCommandInput, CreateCodeReviewCommandOutput, CodeGuruReviewerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateCodeReviewCommandInput): import("@smithy/smithy-client").CommandImpl<CreateCodeReviewCommandInput, CreateCodeReviewCommandOutput, CodeGuruReviewerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Use to create a code review with a <a href="https://docs.aws.amazon.com/codeguru/latest/reviewer-api/API_CodeReviewType.html">CodeReviewType</a> of
|
|
30
30
|
* <code>RepositoryAnalysis</code>. This type of code review analyzes all code under a
|
|
31
31
|
* specified branch in an associated repository. <code>PullRequest</code> code reviews are
|
|
@@ -176,6 +176,7 @@ declare const CreateCodeReviewCommand_base: {
|
|
|
176
176
|
* @throws {@link CodeGuruReviewerServiceException}
|
|
177
177
|
* <p>Base exception class for all service exceptions from CodeGuruReviewer service.</p>
|
|
178
178
|
*
|
|
179
|
+
* @public
|
|
179
180
|
*/
|
|
180
181
|
export declare class CreateCodeReviewCommand extends CreateCodeReviewCommand_base {
|
|
181
182
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeCodeReviewCommandOutput extends DescribeCodeReviewRespo
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeCodeReviewCommand_base: {
|
|
24
24
|
new (input: DescribeCodeReviewCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeCodeReviewCommandInput, DescribeCodeReviewCommandOutput, CodeGuruReviewerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeCodeReviewCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeCodeReviewCommandInput, DescribeCodeReviewCommandOutput, CodeGuruReviewerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns the metadata associated with the code review along with its status.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -123,6 +123,7 @@ declare const DescribeCodeReviewCommand_base: {
|
|
|
123
123
|
* @throws {@link CodeGuruReviewerServiceException}
|
|
124
124
|
* <p>Base exception class for all service exceptions from CodeGuruReviewer service.</p>
|
|
125
125
|
*
|
|
126
|
+
* @public
|
|
126
127
|
*/
|
|
127
128
|
export declare class DescribeCodeReviewCommand extends DescribeCodeReviewCommand_base {
|
|
128
129
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeRecommendationFeedbackCommandOutput extends DescribeRec
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeRecommendationFeedbackCommand_base: {
|
|
24
24
|
new (input: DescribeRecommendationFeedbackCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeRecommendationFeedbackCommandInput, DescribeRecommendationFeedbackCommandOutput, CodeGuruReviewerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeRecommendationFeedbackCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeRecommendationFeedbackCommandInput, DescribeRecommendationFeedbackCommandOutput, CodeGuruReviewerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Describes the customer feedback for a CodeGuru Reviewer recommendation.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -79,6 +79,7 @@ declare const DescribeRecommendationFeedbackCommand_base: {
|
|
|
79
79
|
* @throws {@link CodeGuruReviewerServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from CodeGuruReviewer service.</p>
|
|
81
81
|
*
|
|
82
|
+
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class DescribeRecommendationFeedbackCommand extends DescribeRecommendationFeedbackCommand_base {
|
|
84
85
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeRepositoryAssociationCommandOutput extends DescribeRepo
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeRepositoryAssociationCommand_base: {
|
|
24
24
|
new (input: DescribeRepositoryAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeRepositoryAssociationCommandInput, DescribeRepositoryAssociationCommandOutput, CodeGuruReviewerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeRepositoryAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeRepositoryAssociationCommandInput, DescribeRepositoryAssociationCommandOutput, CodeGuruReviewerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a <a href="https://docs.aws.amazon.com/codeguru/latest/reviewer-api/API_RepositoryAssociation.html">RepositoryAssociation</a> object that contains information about the requested
|
|
30
30
|
* repository association.</p>
|
|
31
31
|
* @example
|
|
@@ -94,6 +94,7 @@ declare const DescribeRepositoryAssociationCommand_base: {
|
|
|
94
94
|
* @throws {@link CodeGuruReviewerServiceException}
|
|
95
95
|
* <p>Base exception class for all service exceptions from CodeGuruReviewer service.</p>
|
|
96
96
|
*
|
|
97
|
+
* @public
|
|
97
98
|
*/
|
|
98
99
|
export declare class DescribeRepositoryAssociationCommand extends DescribeRepositoryAssociationCommand_base {
|
|
99
100
|
}
|
|
@@ -22,10 +22,10 @@ export interface DisassociateRepositoryCommandOutput extends DisassociateReposit
|
|
|
22
22
|
}
|
|
23
23
|
declare const DisassociateRepositoryCommand_base: {
|
|
24
24
|
new (input: DisassociateRepositoryCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateRepositoryCommandInput, DisassociateRepositoryCommandOutput, CodeGuruReviewerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DisassociateRepositoryCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateRepositoryCommandInput, DisassociateRepositoryCommandOutput, CodeGuruReviewerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Removes the association between Amazon CodeGuru Reviewer and a repository.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -98,6 +98,7 @@ declare const DisassociateRepositoryCommand_base: {
|
|
|
98
98
|
* @throws {@link CodeGuruReviewerServiceException}
|
|
99
99
|
* <p>Base exception class for all service exceptions from CodeGuruReviewer service.</p>
|
|
100
100
|
*
|
|
101
|
+
* @public
|
|
101
102
|
*/
|
|
102
103
|
export declare class DisassociateRepositoryCommand extends DisassociateRepositoryCommand_base {
|
|
103
104
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListCodeReviewsCommandOutput extends ListCodeReviewsResponse, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListCodeReviewsCommand_base: {
|
|
24
24
|
new (input: ListCodeReviewsCommandInput): import("@smithy/smithy-client").CommandImpl<ListCodeReviewsCommandInput, ListCodeReviewsCommandOutput, CodeGuruReviewerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListCodeReviewsCommandInput): import("@smithy/smithy-client").CommandImpl<ListCodeReviewsCommandInput, ListCodeReviewsCommandOutput, CodeGuruReviewerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists all the code reviews that the customer has created in the past 90 days.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -128,6 +128,7 @@ declare const ListCodeReviewsCommand_base: {
|
|
|
128
128
|
* @throws {@link CodeGuruReviewerServiceException}
|
|
129
129
|
* <p>Base exception class for all service exceptions from CodeGuruReviewer service.</p>
|
|
130
130
|
*
|
|
131
|
+
* @public
|
|
131
132
|
*/
|
|
132
133
|
export declare class ListCodeReviewsCommand extends ListCodeReviewsCommand_base {
|
|
133
134
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListRecommendationFeedbackCommandOutput extends ListRecommendat
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListRecommendationFeedbackCommand_base: {
|
|
24
24
|
new (input: ListRecommendationFeedbackCommandInput): import("@smithy/smithy-client").CommandImpl<ListRecommendationFeedbackCommandInput, ListRecommendationFeedbackCommandOutput, CodeGuruReviewerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListRecommendationFeedbackCommandInput): import("@smithy/smithy-client").CommandImpl<ListRecommendationFeedbackCommandInput, ListRecommendationFeedbackCommandOutput, CodeGuruReviewerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a list of <a href="https://docs.aws.amazon.com/codeguru/latest/reviewer-api/API_RecommendationFeedbackSummary.html">RecommendationFeedbackSummary</a> objects that contain customer recommendation
|
|
30
30
|
* feedback for all CodeGuru Reviewer users.</p>
|
|
31
31
|
* @example
|
|
@@ -86,6 +86,7 @@ declare const ListRecommendationFeedbackCommand_base: {
|
|
|
86
86
|
* @throws {@link CodeGuruReviewerServiceException}
|
|
87
87
|
* <p>Base exception class for all service exceptions from CodeGuruReviewer service.</p>
|
|
88
88
|
*
|
|
89
|
+
* @public
|
|
89
90
|
*/
|
|
90
91
|
export declare class ListRecommendationFeedbackCommand extends ListRecommendationFeedbackCommand_base {
|
|
91
92
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListRecommendationsCommandOutput extends ListRecommendationsRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListRecommendationsCommand_base: {
|
|
24
24
|
new (input: ListRecommendationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListRecommendationsCommandInput, ListRecommendationsCommandOutput, CodeGuruReviewerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListRecommendationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListRecommendationsCommandInput, ListRecommendationsCommandOutput, CodeGuruReviewerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns the list of all recommendations for a completed code review.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -90,6 +90,7 @@ declare const ListRecommendationsCommand_base: {
|
|
|
90
90
|
* @throws {@link CodeGuruReviewerServiceException}
|
|
91
91
|
* <p>Base exception class for all service exceptions from CodeGuruReviewer service.</p>
|
|
92
92
|
*
|
|
93
|
+
* @public
|
|
93
94
|
*/
|
|
94
95
|
export declare class ListRecommendationsCommand extends ListRecommendationsCommand_base {
|
|
95
96
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListRepositoryAssociationsCommandOutput extends ListRepositoryA
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListRepositoryAssociationsCommand_base: {
|
|
24
24
|
new (input: ListRepositoryAssociationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListRepositoryAssociationsCommandInput, ListRepositoryAssociationsCommandOutput, CodeGuruReviewerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListRepositoryAssociationsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListRepositoryAssociationsCommandInput, ListRepositoryAssociationsCommandOutput, CodeGuruReviewerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a list of <a href="https://docs.aws.amazon.com/codeguru/latest/reviewer-api/API_RepositoryAssociationSummary.html">RepositoryAssociationSummary</a> objects that contain summary information about a
|
|
30
30
|
* repository association. You can filter the returned list by <a href="https://docs.aws.amazon.com/codeguru/latest/reviewer-api/API_RepositoryAssociationSummary.html#reviewer-Type-RepositoryAssociationSummary-ProviderType">ProviderType</a>, <a href="https://docs.aws.amazon.com/codeguru/latest/reviewer-api/API_RepositoryAssociationSummary.html#reviewer-Type-RepositoryAssociationSummary-Name">Name</a>, <a href="https://docs.aws.amazon.com/codeguru/latest/reviewer-api/API_RepositoryAssociationSummary.html#reviewer-Type-RepositoryAssociationSummary-State">State</a>, and <a href="https://docs.aws.amazon.com/codeguru/latest/reviewer-api/API_RepositoryAssociationSummary.html#reviewer-Type-RepositoryAssociationSummary-Owner">Owner</a>.</p>
|
|
31
31
|
* @example
|
|
@@ -88,6 +88,7 @@ declare const ListRepositoryAssociationsCommand_base: {
|
|
|
88
88
|
* @throws {@link CodeGuruReviewerServiceException}
|
|
89
89
|
* <p>Base exception class for all service exceptions from CodeGuruReviewer service.</p>
|
|
90
90
|
*
|
|
91
|
+
* @public
|
|
91
92
|
*/
|
|
92
93
|
export declare class ListRepositoryAssociationsCommand extends ListRepositoryAssociationsCommand_base {
|
|
93
94
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListTagsForResourceCommand_base: {
|
|
24
24
|
new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CodeGuruReviewerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CodeGuruReviewerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns the list of tags associated with an associated repository resource.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -64,6 +64,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
64
64
|
* @throws {@link CodeGuruReviewerServiceException}
|
|
65
65
|
* <p>Base exception class for all service exceptions from CodeGuruReviewer service.</p>
|
|
66
66
|
*
|
|
67
|
+
* @public
|
|
67
68
|
*/
|
|
68
69
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
69
70
|
}
|
|
@@ -22,10 +22,10 @@ export interface PutRecommendationFeedbackCommandOutput extends PutRecommendatio
|
|
|
22
22
|
}
|
|
23
23
|
declare const PutRecommendationFeedbackCommand_base: {
|
|
24
24
|
new (input: PutRecommendationFeedbackCommandInput): import("@smithy/smithy-client").CommandImpl<PutRecommendationFeedbackCommandInput, PutRecommendationFeedbackCommandOutput, CodeGuruReviewerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: PutRecommendationFeedbackCommandInput): import("@smithy/smithy-client").CommandImpl<PutRecommendationFeedbackCommandInput, PutRecommendationFeedbackCommandOutput, CodeGuruReviewerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Stores customer feedback for a CodeGuru Reviewer recommendation. When this API is called again with
|
|
30
30
|
* different reactions the previous feedback is overwritten.</p>
|
|
31
31
|
* @example
|
|
@@ -71,6 +71,7 @@ declare const PutRecommendationFeedbackCommand_base: {
|
|
|
71
71
|
* @throws {@link CodeGuruReviewerServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from CodeGuruReviewer service.</p>
|
|
73
73
|
*
|
|
74
|
+
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class PutRecommendationFeedbackCommand extends PutRecommendationFeedbackCommand_base {
|
|
76
77
|
}
|
|
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const TagResourceCommand_base: {
|
|
24
24
|
new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, CodeGuruReviewerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, CodeGuruReviewerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Adds one or more tags to an associated repository.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -63,6 +63,7 @@ declare const TagResourceCommand_base: {
|
|
|
63
63
|
* @throws {@link CodeGuruReviewerServiceException}
|
|
64
64
|
* <p>Base exception class for all service exceptions from CodeGuruReviewer service.</p>
|
|
65
65
|
*
|
|
66
|
+
* @public
|
|
66
67
|
*/
|
|
67
68
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
68
69
|
}
|
|
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const UntagResourceCommand_base: {
|
|
24
24
|
new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, CodeGuruReviewerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, CodeGuruReviewerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Removes a tag from an associated repository.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -63,6 +63,7 @@ declare const UntagResourceCommand_base: {
|
|
|
63
63
|
* @throws {@link CodeGuruReviewerServiceException}
|
|
64
64
|
* <p>Base exception class for all service exceptions from CodeGuruReviewer service.</p>
|
|
65
65
|
*
|
|
66
|
+
* @public
|
|
66
67
|
*/
|
|
67
68
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
68
69
|
}
|