Skip to content

Commit

Permalink
feat(client-codeguru-security): This release includes minor model upd…
Browse files Browse the repository at this point in the history
…ates and documentation updates.
  • Loading branch information
awstools committed May 31, 2024
1 parent 4847ad6 commit ed7b888
Show file tree
Hide file tree
Showing 15 changed files with 171 additions and 130 deletions.
3 changes: 1 addition & 2 deletions clients/client-codeguru-security/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
AWS SDK for JavaScript CodeGuruSecurity Client for Node.js, Browser and React Native.

<note>
<p>Amazon CodeGuru Security is in preview release and is subject to
change.</p>
<p>Amazon CodeGuru Security is in preview release and is subject to change.</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
Expand Down
3 changes: 1 addition & 2 deletions clients/client-codeguru-security/src/CodeGuruSecurity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,7 @@ export interface CodeGuruSecurity {

/**
* <note>
* <p>Amazon CodeGuru Security is in preview release and is subject to
* change.</p>
* <p>Amazon CodeGuru Security is in preview release and is subject to change.</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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -298,8 +298,7 @@ export interface CodeGuruSecurityClientResolvedConfig extends CodeGuruSecurityCl

/**
* <note>
* <p>Amazon CodeGuru Security is in preview release and is subject to
* change.</p>
* <p>Amazon CodeGuru Security is in preview release and is subject to change.</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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export interface BatchGetFindingsCommandInput extends BatchGetFindingsRequest {}
export interface BatchGetFindingsCommandOutput extends BatchGetFindingsResponse, __MetadataBearer {}

/**
* <p>Returns a list of all requested findings.</p>
* <p>Returns a list of requested findings from standard scans.</p>
* @example
* Use a bare-bones client and the command you need to make an API call.
* ```javascript
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export interface CreateScanCommandInput extends CreateScanRequest {}
export interface CreateScanCommandOutput extends CreateScanResponse, __MetadataBearer {}

/**
* <p>Use to create a scan using code uploaded to an S3 bucket.</p>
* <p>Use to create a scan using code uploaded to an Amazon S3 bucket.</p>
* @example
* Use a bare-bones client and the command you need to make an API call.
* ```javascript
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ export interface CreateUploadUrlCommandInput extends CreateUploadUrlRequest {}
export interface CreateUploadUrlCommandOutput extends CreateUploadUrlResponse, __MetadataBearer {}

/**
* <p>Generates a pre-signed URL and request headers used to upload a code resource.</p>
* <p>You can upload your code resource to the URL and add the request headers using any HTTP
* <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>
* @example
* Use a bare-bones client and the command you need to make an API call.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export interface GetAccountConfigurationCommandInput extends GetAccountConfigura
export interface GetAccountConfigurationCommandOutput extends GetAccountConfigurationResponse, __MetadataBearer {}

/**
* <p>Use to get account level configuration.</p>
* <p>Use to get the encryption configuration for an account.</p>
* @example
* Use a bare-bones client and the command you need to make an API call.
* ```javascript
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export interface GetMetricsSummaryCommandInput extends GetMetricsSummaryRequest
export interface GetMetricsSummaryCommandOutput extends GetMetricsSummaryResponse, __MetadataBearer {}

/**
* <p>Returns top level metrics about an account from a specified date, including number of open
* <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>
* @example
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ export interface GetScanCommandOutput extends GetScanResponse, __MetadataBearer
* // updatedAt: new Date("TIMESTAMP"),
* // numberOfRevisions: Number("long"),
* // scanNameArn: "STRING_VALUE",
* // errorMessage: "STRING_VALUE",
* // };
*
* ```
Expand All @@ -71,6 +72,9 @@ export interface GetScanCommandOutput extends GetScanResponse, __MetadataBearer
* @throws {@link ThrottlingException} (client fault)
* <p>The request was denied due to request throttling.</p>
*
* @throws {@link ValidationException} (client fault)
* <p>The input fails to satisfy the specified constraints.</p>
*
* @throws {@link CodeGuruSecurityServiceException}
* <p>Base exception class for all service exceptions from CodeGuruSecurity service.</p>
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export interface ListScansCommandInput extends ListScansRequest {}
export interface ListScansCommandOutput extends ListScansResponse, __MetadataBearer {}

/**
* <p>Returns a list of all the standard scans in an account. Does not return express
* <p>Returns a list of all scans in an account. Does not return <code>EXPRESS</code>
* scans.</p>
* @example
* Use a bare-bones client and the command you need to make an API call.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export interface UpdateAccountConfigurationCommandInput extends UpdateAccountCon
export interface UpdateAccountConfigurationCommandOutput extends UpdateAccountConfigurationResponse, __MetadataBearer {}

/**
* <p>Use to update account-level configuration with an encryption key.</p>
* <p>Use to update the encryption configuration for an account.</p>
* @example
* Use a bare-bones client and the command you need to make an API call.
* ```javascript
Expand Down
3 changes: 1 addition & 2 deletions clients/client-codeguru-security/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
/* eslint-disable */
/**
* <note>
* <p>Amazon CodeGuru Security is in preview release and is subject to
* change.</p>
* <p>Amazon CodeGuru Security is in preview release and is subject to change.</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
Expand Down
Loading

0 comments on commit ed7b888

Please sign in to comment.