Skip to content

Commit

Permalink
Update to latest models
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Jul 18, 2023
1 parent 59edb73 commit f22e075
Show file tree
Hide file tree
Showing 14 changed files with 2,153 additions and 213 deletions.
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-codegurusecurity-78261.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``codeguru-security``",
"description": "Documentation updates for CodeGuru Security."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-connect-43471.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``connect``",
"description": "GetMetricDataV2 API: Update to include Contact Lens Conversational Analytics Metrics"
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-es-78578.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``es``",
"description": "Regex Validation on the ElasticSearch Engine Version attribute"
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-lexv2models-50939.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``lexv2-models``",
"description": "Update lexv2-models client to latest version"
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-m2-19315.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``m2``",
"description": "Allows UpdateEnvironment to update the environment to 0 host capacity. New GetSignedBluinsightsUrl API"
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-snowball-28143.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``snowball``",
"description": "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."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-translate-61648.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``translate``",
"description": "Added DOCX word document support to TranslateDocument API"
}
6 changes: 3 additions & 3 deletions botocore/data/codeguru-security/2018-05-10/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
{"shape":"ValidationException"},
{"shape":"AccessDeniedException"}
],
"documentation":"<p>Returns a list of all the scans in an account.</p>"
"documentation":"<p>Returns a list of all the standard scans in an account. Does not return express scans.</p>"
},
"ListTagsForResource":{
"name":"ListTagsForResource",
Expand Down Expand Up @@ -456,7 +456,7 @@
"members":{
"analysisType":{
"shape":"AnalysisType",
"documentation":"<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>"
"documentation":"<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>"
},
"clientToken":{
"shape":"ClientToken",
Expand Down Expand Up @@ -1510,5 +1510,5 @@
"documentation":"<p>Information about a security vulnerability that Amazon CodeGuru Security detected.</p>"
}
},
"documentation":"<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>"
"documentation":"<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>"
}
4 changes: 2 additions & 2 deletions botocore/data/connect/2017-08-08/service-2.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion botocore/data/es/2015-01-01/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2844,7 +2844,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
Loading

0 comments on commit f22e075

Please sign in to comment.