Skip to content

Commit

Permalink
Release v1.44.302 (2023-07-18) (#4915)
Browse files Browse the repository at this point in the history
Release v1.44.302 (2023-07-18)
===

### Service Client Updates
* `service/codeguru-security`: Updates service documentation
* `service/connect`: Updates service documentation
* `service/es`: Updates service API
  * Regex Validation on the ElasticSearch Engine Version attribute
* `service/m2`: Updates service API and documentation
* `service/models.lex.v2`: Updates service API, documentation, and paginators
* `service/snowball`: Updates service API, documentation, paginators, and examples
  * Adds support for RACK_5U_C. This is the first AWS Snow Family device designed to meet U.S. Military Ruggedization Standards (MIL-STD-810H) with 208 vCPU device in a portable, compact 5U, half-rack width form-factor.
* `service/translate`: Updates service documentation
  • Loading branch information
aws-sdk-go-automation committed Jul 18, 2023
1 parent e078cf7 commit e7bdeb8
Show file tree
Hide file tree
Showing 28 changed files with 11,189 additions and 1,736 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
Release v1.44.302 (2023-07-18)
===

### Service Client Updates
* `service/codeguru-security`: Updates service documentation
* `service/connect`: Updates service documentation
* `service/es`: Updates service API
* Regex Validation on the ElasticSearch Engine Version attribute
* `service/m2`: Updates service API and documentation
* `service/models.lex.v2`: Updates service API, documentation, and paginators
* `service/snowball`: Updates service API, documentation, paginators, and examples
* Adds support for RACK_5U_C. This is the first AWS Snow Family device designed to meet U.S. Military Ruggedization Standards (MIL-STD-810H) with 208 vCPU device in a portable, compact 5U, half-rack width form-factor.
* `service/translate`: Updates service documentation

Release v1.44.301 (2023-07-17)
===

Expand Down
21 changes: 21 additions & 0 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.44.301"
const SDKVersion = "1.44.302"
6 changes: 3 additions & 3 deletions models/apis/codeguru-security/2018-05-10/docs-2.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "2.0",
"service": "<p>This section provides documentation for the <a href=\"https://docs.aws.amazon.com/https:/docs.aws.amazon.com/codeguru/latest/security-ug/what-is-codeguru-security.html\">Amazon CodeGuru Security</a> 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>",
"service": "<note> <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 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>",
"operations": {
"BatchGetFindings": "<p>Returns a list of all requested findings.</p>",
"CreateScan": "<p>Use to create a scan using code uploaded to an S3 bucket.</p>",
Expand All @@ -10,7 +10,7 @@
"GetMetricsSummary": "<p>Returns top level metrics about 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>",
"GetScan": "<p>Returns details about a scan, including whether or not a scan has completed.</p>",
"ListFindingsMetrics": "<p>Returns metrics about all findings in an account within a specified time range.</p>",
"ListScans": "<p>Returns a list of all the scans in an account.</p>",
"ListScans": "<p>Returns a list of all the standard scans in an account. Does not return express scans.</p>",
"ListTagsForResource": "<p>Returns a list of all tags associated with a scan.</p>",
"TagResource": "<p>Use to add one or more tags to an existing scan.</p>",
"UntagResource": "<p>Use to remove one or more tags from an existing scan.</p>",
Expand All @@ -31,7 +31,7 @@
"AnalysisType": {
"base": null,
"refs": {
"CreateScanRequest$analysisType": "<p>The type of analysis you want CodeGuru Security to perform in the scan, either <code>Security</code> or <code>All</code>. The <code>Secuirty</code> type only generates findings related to security. The <code>All</code> type generates both security findings and quality findings. Defaults to <code>Security</code> type if missing.</p>",
"CreateScanRequest$analysisType": "<p>The type of analysis you want CodeGuru Security to perform in the scan, either <code>Security</code> or <code>All</code>. The <code>Security</code> type only generates findings related to security. The <code>All</code> type generates both security findings and quality findings. Defaults to <code>Security</code> type if missing.</p>",
"GetScanResponse$analysisType": "<p>The type of analysis CodeGuru Security performed in the scan, either <code>Security</code> or <code>All</code>. The <code>Security</code> type only generates findings related to security. The <code>All</code> type generates both security findings and quality findings.</p>"
}
},
Expand Down
4 changes: 2 additions & 2 deletions models/apis/connect/2017-08-08/docs-2.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion models/apis/es/2015-01-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1984,7 +1984,7 @@
},
"ElasticsearchVersionString":{
"type":"string",
"pattern":"^[0-9]{1}\\.[0-9]{1,2}$|^OpenSearch_[0-9]{1,2}\\.[0-9]{1,2}$"
"pattern":"^[0-9]{1}\\.[0-9]{1,2}$|^OpenSearch_[0-9]{1,2}\\.[0-9]{1,2}$|^OS_[0-9]{1,2}\\.[0-9]{1,2}$"
},
"EncryptionAtRestOptions":{
"type":"structure",
Expand Down

0 comments on commit e7bdeb8

Please sign in to comment.