Skip to content

Commit ab9a437

Browse files
author
awstools
committed
docs(client-codeguru-security): Documentation update to notify users of the discontinuation of Amazon CodeGuru Security.
1 parent c1f288c commit ab9a437

14 files changed

+130
-350
lines changed

clients/client-codeguru-security/README.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,7 @@
66

77
AWS SDK for JavaScript CodeGuruSecurity Client for Node.js, Browser and React Native.
88

9-
<note>
10-
<p>Amazon CodeGuru Security is in preview release and is subject to change.</p>
11-
</note>
12-
<p>This section provides documentation for the Amazon CodeGuru Security API operations.
13-
CodeGuru Security is a service that uses program analysis and machine learning to detect
14-
security policy violations and vulnerabilities, and recommends ways to address these security
15-
risks.</p>
16-
<p>By proactively detecting and providing recommendations for addressing security risks,
17-
CodeGuru Security improves the overall security of your application code. For more information
18-
about CodeGuru Security, see the
19-
<a href="https://docs.aws.amazon.com/codeguru/latest/security-ug/what-is-codeguru-security.html">Amazon CodeGuru Security User Guide</a>. </p>
9+
<note> <p>On November 20, 2025, AWS will discontinue support for Amazon CodeGuru Security. After November 20, 2025, you will no longer be able to access the /codeguru/security console, service resources, or documentation. For more information, see <a href="https://docs.aws.amazon.com/codeguru/latest/security-ug/end-of-support.html">https://docs.aws.amazon.com/codeguru/latest/security-ug/end-of-support.html</a>.</p> </note> <p>This section provides documentation for the Amazon CodeGuru Security API operations. CodeGuru Security is a service that uses program analysis and machine learning to detect security policy violations and vulnerabilities, and recommends ways to address these security risks.</p> <p>By proactively detecting and providing recommendations for addressing security risks, CodeGuru Security improves the overall security of your application code. For more information about CodeGuru Security, see the <a href="https://docs.aws.amazon.com/codeguru/latest/security-ug/what-is-codeguru-security.html">Amazon CodeGuru Security User Guide</a>. </p>
2010

2111
## Installing
2212

clients/client-codeguru-security/src/CodeGuruSecurity.ts

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -252,17 +252,7 @@ export interface CodeGuruSecurity {
252252
}
253253

254254
/**
255-
* <note>
256-
* <p>Amazon CodeGuru Security is in preview release and is subject to change.</p>
257-
* </note>
258-
* <p>This section provides documentation for the Amazon CodeGuru Security API operations.
259-
* CodeGuru Security is a service that uses program analysis and machine learning to detect
260-
* security policy violations and vulnerabilities, and recommends ways to address these security
261-
* risks.</p>
262-
* <p>By proactively detecting and providing recommendations for addressing security risks,
263-
* CodeGuru Security improves the overall security of your application code. For more information
264-
* about CodeGuru Security, see the
265-
* <a href="https://docs.aws.amazon.com/codeguru/latest/security-ug/what-is-codeguru-security.html">Amazon CodeGuru Security User Guide</a>. </p>
255+
* <note> <p>On November 20, 2025, AWS will discontinue support for Amazon CodeGuru Security. After November 20, 2025, you will no longer be able to access the /codeguru/security console, service resources, or documentation. For more information, see <a href="https://docs.aws.amazon.com/codeguru/latest/security-ug/end-of-support.html">https://docs.aws.amazon.com/codeguru/latest/security-ug/end-of-support.html</a>.</p> </note> <p>This section provides documentation for the Amazon CodeGuru Security API operations. CodeGuru Security is a service that uses program analysis and machine learning to detect security policy violations and vulnerabilities, and recommends ways to address these security risks.</p> <p>By proactively detecting and providing recommendations for addressing security risks, CodeGuru Security improves the overall security of your application code. For more information about CodeGuru Security, see the <a href="https://docs.aws.amazon.com/codeguru/latest/security-ug/what-is-codeguru-security.html">Amazon CodeGuru Security User Guide</a>. </p>
266256
* @public
267257
*/
268258
export class CodeGuruSecurity extends CodeGuruSecurityClient implements CodeGuruSecurity {}

clients/client-codeguru-security/src/CodeGuruSecurityClient.ts

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -316,17 +316,7 @@ export type CodeGuruSecurityClientResolvedConfigType = __SmithyResolvedConfigura
316316
export interface CodeGuruSecurityClientResolvedConfig extends CodeGuruSecurityClientResolvedConfigType {}
317317

318318
/**
319-
* <note>
320-
* <p>Amazon CodeGuru Security is in preview release and is subject to change.</p>
321-
* </note>
322-
* <p>This section provides documentation for the Amazon CodeGuru Security API operations.
323-
* CodeGuru Security is a service that uses program analysis and machine learning to detect
324-
* security policy violations and vulnerabilities, and recommends ways to address these security
325-
* risks.</p>
326-
* <p>By proactively detecting and providing recommendations for addressing security risks,
327-
* CodeGuru Security improves the overall security of your application code. For more information
328-
* about CodeGuru Security, see the
329-
* <a href="https://docs.aws.amazon.com/codeguru/latest/security-ug/what-is-codeguru-security.html">Amazon CodeGuru Security User Guide</a>. </p>
319+
* <note> <p>On November 20, 2025, AWS will discontinue support for Amazon CodeGuru Security. After November 20, 2025, you will no longer be able to access the /codeguru/security console, service resources, or documentation. For more information, see <a href="https://docs.aws.amazon.com/codeguru/latest/security-ug/end-of-support.html">https://docs.aws.amazon.com/codeguru/latest/security-ug/end-of-support.html</a>.</p> </note> <p>This section provides documentation for the Amazon CodeGuru Security API operations. CodeGuru Security is a service that uses program analysis and machine learning to detect security policy violations and vulnerabilities, and recommends ways to address these security risks.</p> <p>By proactively detecting and providing recommendations for addressing security risks, CodeGuru Security improves the overall security of your application code. For more information about CodeGuru Security, see the <a href="https://docs.aws.amazon.com/codeguru/latest/security-ug/what-is-codeguru-security.html">Amazon CodeGuru Security User Guide</a>. </p>
330320
* @public
331321
*/
332322
export class CodeGuruSecurityClient extends __Client<

clients/client-codeguru-security/src/commands/CreateScanCommand.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,7 @@ export interface CreateScanCommandOutput extends CreateScanResponse, __MetadataB
7171
* <p>You do not have sufficient access to perform this action.</p>
7272
*
7373
* @throws {@link ConflictException} (client fault)
74-
* <p>The requested operation would cause a conflict with the current state of a service
75-
* resource associated with the request. Resolve the conflict before retrying this
76-
* request.</p>
74+
* <p>The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request.</p>
7775
*
7876
* @throws {@link InternalServerException} (server fault)
7977
* <p>The server encountered an internal error and is unable to complete the request.</p>

clients/client-codeguru-security/src/commands/CreateUploadUrlCommand.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,7 @@ export interface CreateUploadUrlCommandInput extends CreateUploadUrlRequest {}
3232
export interface CreateUploadUrlCommandOutput extends CreateUploadUrlResponse, __MetadataBearer {}
3333

3434
/**
35-
* <p>Generates a pre-signed URL, request headers used to upload a code resource, and code
36-
* artifact identifier for the uploaded resource.</p>
37-
* <p>You can upload your code resource to the URL with the request headers using any HTTP
38-
* client.</p>
35+
* <p>Generates a pre-signed URL, request headers used to upload a code resource, and code artifact identifier for the uploaded resource.</p> <p>You can upload your code resource to the URL with the request headers using any HTTP client.</p>
3936
* @example
4037
* Use a bare-bones client and the command you need to make an API call.
4138
* ```javascript

clients/client-codeguru-security/src/commands/GetFindingsCommand.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,7 @@ export interface GetFindingsCommandOutput extends GetFindingsResponse, __Metadat
116116
* <p>You do not have sufficient access to perform this action.</p>
117117
*
118118
* @throws {@link ConflictException} (client fault)
119-
* <p>The requested operation would cause a conflict with the current state of a service
120-
* resource associated with the request. Resolve the conflict before retrying this
121-
* request.</p>
119+
* <p>The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request.</p>
122120
*
123121
* @throws {@link InternalServerException} (server fault)
124122
* <p>The server encountered an internal error and is unable to complete the request.</p>

clients/client-codeguru-security/src/commands/GetMetricsSummaryCommand.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ export interface GetMetricsSummaryCommandInput extends GetMetricsSummaryRequest
2828
export interface GetMetricsSummaryCommandOutput extends GetMetricsSummaryResponse, __MetadataBearer {}
2929

3030
/**
31-
* <p>Returns a summary of metrics for an account from a specified date, including number of open
32-
* findings, the categories with most findings, the scans with most open findings, and scans with
33-
* most open critical findings. </p>
31+
* <p>Returns a summary of metrics for an account from a specified date, including number of open findings, the categories with most findings, the scans with most open findings, and scans with most open critical findings. </p>
3432
* @example
3533
* Use a bare-bones client and the command you need to make an API call.
3634
* ```javascript

clients/client-codeguru-security/src/commands/ListScansCommand.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ export interface ListScansCommandInput extends ListScansRequest {}
2828
export interface ListScansCommandOutput extends ListScansResponse, __MetadataBearer {}
2929

3030
/**
31-
* <p>Returns a list of all scans in an account. Does not return <code>EXPRESS</code>
32-
* scans.</p>
31+
* <p>Returns a list of all scans in an account. Does not return <code>EXPRESS</code> scans.</p>
3332
* @example
3433
* Use a bare-bones client and the command you need to make an API call.
3534
* ```javascript

clients/client-codeguru-security/src/commands/ListTagsForResourceCommand.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
5858
* <p>You do not have sufficient access to perform this action.</p>
5959
*
6060
* @throws {@link ConflictException} (client fault)
61-
* <p>The requested operation would cause a conflict with the current state of a service
62-
* resource associated with the request. Resolve the conflict before retrying this
63-
* request.</p>
61+
* <p>The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request.</p>
6462
*
6563
* @throws {@link InternalServerException} (server fault)
6664
* <p>The server encountered an internal error and is unable to complete the request.</p>

clients/client-codeguru-security/src/commands/TagResourceCommand.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
5757
* <p>You do not have sufficient access to perform this action.</p>
5858
*
5959
* @throws {@link ConflictException} (client fault)
60-
* <p>The requested operation would cause a conflict with the current state of a service
61-
* resource associated with the request. Resolve the conflict before retrying this
62-
* request.</p>
60+
* <p>The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request.</p>
6361
*
6462
* @throws {@link InternalServerException} (server fault)
6563
* <p>The server encountered an internal error and is unable to complete the request.</p>

0 commit comments

Comments
 (0)