Skip to content

Commit

Permalink
Release v1.38.26 (2021-04-26) (#3880)
Browse files Browse the repository at this point in the history
Release v1.38.26 (2021-04-26)
===

### Service Client Updates
* `service/codeguru-reviewer`: Updates service API and documentation
* `service/ec2`: Updates service API and documentation
  * Adding support for Red Hat Enterprise Linux with HA for Reserved Instances.
* `service/eks`: Updates service API and documentation
* `service/glue`: Updates service API and documentation
  * Adding Kafka Client Auth Related Parameters
* `service/iotwireless`: Updates service API and documentation
* `service/kinesisanalyticsv2`: Updates service API and documentation
* `service/mediaconvert`: Updates service API and documentation
  * Documentation updates for mediaconvert
* `service/personalize`: Updates service API, documentation, and paginators
  • Loading branch information
aws-sdk-go-automation authored Apr 26, 2021
1 parent 42d176a commit 92c4507
Show file tree
Hide file tree
Showing 30 changed files with 2,445 additions and 434 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
Release v1.38.26 (2021-04-26)
===

### Service Client Updates
* `service/codeguru-reviewer`: Updates service API and documentation
* `service/ec2`: Updates service API and documentation
* Adding support for Red Hat Enterprise Linux with HA for Reserved Instances.
* `service/eks`: Updates service API and documentation
* `service/glue`: Updates service API and documentation
* Adding Kafka Client Auth Related Parameters
* `service/iotwireless`: Updates service API and documentation
* `service/kinesisanalyticsv2`: Updates service API and documentation
* `service/mediaconvert`: Updates service API and documentation
* Documentation updates for mediaconvert
* `service/personalize`: Updates service API, documentation, and paginators

Release v1.38.25 (2021-04-23)
===

Expand Down
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.38.25"
const SDKVersion = "1.38.26"
26 changes: 24 additions & 2 deletions models/apis/codeguru-reviewer/2019-09-19/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,8 @@
"shape":"ClientRequestToken",
"idempotencyToken":true
},
"Tags":{"shape":"TagMap"}
"Tags":{"shape":"TagMap"},
"KMSKeyDetails":{"shape":"KMSKeyDetails"}
}
},
"AssociateRepositoryResponse":{
Expand Down Expand Up @@ -478,6 +479,13 @@
"Tags":{"shape":"TagMap"}
}
},
"EncryptionOption":{
"type":"string",
"enum":[
"AWS_OWNED_CMK",
"CUSTOMER_MANAGED_CMK"
]
},
"ErrorMessage":{"type":"string"},
"FilePath":{
"type":"string",
Expand Down Expand Up @@ -509,6 +517,19 @@
"max":3,
"min":1
},
"KMSKeyDetails":{
"type":"structure",
"members":{
"KMSKeyId":{"shape":"KMSKeyId"},
"EncryptionOption":{"shape":"EncryptionOption"}
}
},
"KMSKeyId":{
"type":"string",
"max":2048,
"min":1,
"pattern":"[a-zA-Z0-9-]+"
},
"LineNumber":{"type":"integer"},
"ListCodeReviewsMaxResults":{
"type":"integer",
Expand Down Expand Up @@ -866,7 +887,8 @@
"State":{"shape":"RepositoryAssociationState"},
"StateReason":{"shape":"StateReason"},
"LastUpdatedTimeStamp":{"shape":"TimeStamp"},
"CreatedTimeStamp":{"shape":"TimeStamp"}
"CreatedTimeStamp":{"shape":"TimeStamp"},
"KMSKeyDetails":{"shape":"KMSKeyDetails"}
}
},
"RepositoryAssociationState":{
Expand Down
29 changes: 24 additions & 5 deletions models/apis/codeguru-reviewer/2019-09-19/docs-2.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"version": "2.0",
"service": "<p>This section provides documentation for the Amazon CodeGuru Reviewer API operations. CodeGuru Reviewer is a service that uses program analysis and machine learning to detect potential defects that are difficult for developers to find and recommends fixes in your Java code.</p> <p>By proactively detecting and providing recommendations for addressing code defects and implementing best practices, CodeGuru Reviewer improves the overall quality and maintainability of your code base during the code review stage. For more information about CodeGuru Reviewer, see the <i> <a href=\"https://docs.aws.amazon.com/codeguru/latest/reviewer-ug/welcome.html\">Amazon CodeGuru Reviewer User Guide</a>.</i> </p> <p> To improve the security of your CodeGuru Reviewer API calls, you can establish a private connection between your VPC and CodeGuru Reviewer by creating an <i>interface VPC endpoint</i>. For more information, see <a href=\"https://docs.aws.amazon.com/codeguru/latest/reviewer-ug/vpc-interface-endpoints.html\">CodeGuru Reviewer and interface VPC endpoints (AWS PrivateLink)</a> in the <i>Amazon CodeGuru Reviewer User Guide</i>. </p>",
"service": "<p>This section provides documentation for the Amazon CodeGuru Reviewer API operations. CodeGuru Reviewer is a service that uses program analysis and machine learning to detect potential defects that are difficult for developers to find and recommendations to address them in your Java and Python code.</p> <p>By proactively detecting and providing recommendations for addressing code defects and implementing best practices, CodeGuru Reviewer improves the overall quality and maintainability of your code base during the code review stage. For more information about CodeGuru Reviewer, see the <i> <a href=\"https://docs.aws.amazon.com/codeguru/latest/reviewer-ug/welcome.html\">Amazon CodeGuru Reviewer User Guide</a>.</i> </p> <p> To improve the security of your CodeGuru Reviewer API calls, you can establish a private connection between your VPC and CodeGuru Reviewer by creating an <i>interface VPC endpoint</i>. For more information, see <a href=\"https://docs.aws.amazon.com/codeguru/latest/reviewer-ug/vpc-interface-endpoints.html\">CodeGuru Reviewer and interface VPC endpoints (AWS PrivateLink)</a> in the <i>Amazon CodeGuru Reviewer User Guide</i>. </p>",
"operations": {
"AssociateRepository": "<p> Use to associate an AWS CodeCommit repository or a repostory managed by AWS CodeStar Connections with Amazon CodeGuru Reviewer. When you associate a repository, CodeGuru Reviewer reviews source code changes in the repository's pull requests and provides automatic recommendations. You can view recommendations using the CodeGuru Reviewer console. For more information, see <a href=\"https://docs.aws.amazon.com/codeguru/latest/reviewer-ug/recommendations.html\">Recommendations in Amazon CodeGuru Reviewer</a> in the <i>Amazon CodeGuru Reviewer User Guide.</i> </p> <p>If you associate a CodeCommit repository, it must be in the same AWS Region and AWS account where its CodeGuru Reviewer code reviews are configured.</p> <p>Bitbucket and GitHub Enterprise Server repositories are managed by AWS CodeStar Connections to connect to CodeGuru Reviewer. For more information, see <a href=\"https://docs.aws.amazon.com/codeguru/latest/reviewer-ug/reviewer-ug/step-one.html#select-repository-source-provider\">Connect to a repository source provider</a> in the <i>Amazon CodeGuru Reviewer User Guide.</i> </p> <note> <p> You cannot use the CodeGuru Reviewer SDK or the AWS CLI to associate a GitHub repository with Amazon CodeGuru Reviewer. To associate a GitHub repository, use the console. For more information, see <a href=\"https://docs.aws.amazon.com/codeguru/latest/reviewer-ug/getting-started-with-guru.html\">Getting started with CodeGuru Reviewer</a> in the <i>CodeGuru Reviewer User Guide.</i> </p> </note>",
"AssociateRepository": "<p> Use to associate an AWS CodeCommit repository or a repostory managed by AWS CodeStar Connections with Amazon CodeGuru Reviewer. When you associate a repository, CodeGuru Reviewer reviews source code changes in the repository's pull requests and provides automatic recommendations. You can view recommendations using the CodeGuru Reviewer console. For more information, see <a href=\"https://docs.aws.amazon.com/codeguru/latest/reviewer-ug/recommendations.html\">Recommendations in Amazon CodeGuru Reviewer</a> in the <i>Amazon CodeGuru Reviewer User Guide.</i> </p> <p>If you associate a CodeCommit repository, it must be in the same AWS Region and AWS account where its CodeGuru Reviewer code reviews are configured.</p> <p>Bitbucket and GitHub Enterprise Server repositories are managed by AWS CodeStar Connections to connect to CodeGuru Reviewer. For more information, see <a href=\"https://docs.aws.amazon.com/codeguru/latest/reviewer-ug/getting-started-associate-repository.html\">Associate a repository</a> in the <i>Amazon CodeGuru Reviewer User Guide.</i> </p> <note> <p> You cannot use the CodeGuru Reviewer SDK or the AWS CLI to associate a GitHub repository with Amazon CodeGuru Reviewer. To associate a GitHub repository, use the console. For more information, see <a href=\"https://docs.aws.amazon.com/codeguru/latest/reviewer-ug/getting-started-with-guru.html\">Getting started with CodeGuru Reviewer</a> in the <i>CodeGuru Reviewer User Guide.</i> </p> </note>",
"CreateCodeReview": "<p> Use to create a code review with a <a href=\"https://docs.aws.amazon.com/codeguru/latest/reviewer-api/API_CodeReviewType.html\"> <code>CodeReviewType</code> </a> of <code>RepositoryAnalysis</code>. This type of code review analyzes all code under a specified branch in an associated repository. <code>PullRequest</code> code reviews are automatically triggered by a pull request so cannot be created using this method. </p>",
"DescribeCodeReview": "<p> Returns the metadata associated with the code review along with its status.</p>",
"DescribeRecommendationFeedback": "<p> Describes the customer feedback for a CodeGuru Reviewer recommendation. </p>",
Expand Down Expand Up @@ -112,7 +112,7 @@
}
},
"CodeReviewType": {
"base": "<p> The type of a code review. There are two code review types: </p> <ul> <li> <p> <code>PullRequest</code> - A code review that is automatically triggered by a pull request on an assocaited repository. Because this type of code review is automatically generated, you cannot specify this code review type using <a href=\"https://docs.aws.amazon.com/codeguru/latest/reviewer-api/API_CreateCodeReview\"> <code>CreateCodeReview</code> </a>. </p> </li> <li> <p> <code>RepositoryAnalysis</code> - A code review that analyzes all code under a specified branch in an associated respository. The assocated repository is specified using its ARN in <a href=\"https://docs.aws.amazon.com/codeguru/latest/reviewer-api/API_CreateCodeReview\"> <code>CreateCodeReview</code> </a>. </p> </li> </ul>",
"base": "<p> The type of a code review. There are two code review types: </p> <ul> <li> <p> <code>PullRequest</code> - A code review that is automatically triggered by a pull request on an associated repository. Because this type of code review is automatically generated, you cannot specify this code review type using <a href=\"https://docs.aws.amazon.com/codeguru/latest/reviewer-api/API_CreateCodeReview\"> <code>CreateCodeReview</code> </a>. </p> </li> <li> <p> <code>RepositoryAnalysis</code> - A code review that analyzes all code under a specified branch in an associated repository. The associated repository is specified using its ARN in <a href=\"https://docs.aws.amazon.com/codeguru/latest/reviewer-api/API_CreateCodeReview\"> <code>CreateCodeReview</code> </a>. </p> </li> </ul>",
"refs": {
"CreateCodeReviewRequest$Type": "<p> The type of code review to create. This is specified using a <a href=\"https://docs.aws.amazon.com/codeguru/latest/reviewer-api/API_CodeReviewType.html\"> <code>CodeReviewType</code> </a> object. You can create a code review only of type <code>RepositoryAnalysis</code>. </p>"
}
Expand Down Expand Up @@ -193,6 +193,12 @@
"refs": {
}
},
"EncryptionOption": {
"base": null,
"refs": {
"KMSKeyDetails$EncryptionOption": "<p>The encryption option for a repository association. It is either owned by AWS Key Management Service (KMS) (<code>AWS_OWNED_CMK</code>) or customer managed (<code>CUSTOMER_MANAGED_CMK</code>).</p>"
}
},
"ErrorMessage": {
"base": null,
"refs": {
Expand Down Expand Up @@ -237,6 +243,19 @@
"ListCodeReviewsRequest$States": "<p> List of states for filtering that needs to be applied before displaying the result. For example, <code>states=[Pending]</code> lists code reviews in the Pending state. </p> <p>The valid code review states are:</p> <ul> <li> <p> <code>Completed</code>: The code review is complete. </p> </li> <li> <p> <code>Pending</code>: The code review started and has not completed or failed. </p> </li> <li> <p> <code>Failed</code>: The code review failed. </p> </li> <li> <p> <code>Deleting</code>: The code review is being deleted. </p> </li> </ul>"
}
},
"KMSKeyDetails": {
"base": "<p>An object that contains:</p> <ul> <li> <p>The encryption option for a repository association. It is either owned by AWS Key Management Service (KMS) (<code>AWS_OWNED_CMK</code>) or customer managed (<code>CUSTOMER_MANAGED_CMK</code>).</p> </li> <li> <p>The ID of the AWS KMS key that is associated with a respository association.</p> </li> </ul>",
"refs": {
"AssociateRepositoryRequest$KMSKeyDetails": "<p>A <code>KMSKeyDetails</code> object that contains:</p> <ul> <li> <p>The encryption option for this repository association. It is either owned by AWS Key Management Service (KMS) (<code>AWS_OWNED_CMK</code>) or customer managed (<code>CUSTOMER_MANAGED_CMK</code>).</p> </li> <li> <p>The ID of the AWS KMS key that is associated with this respository association.</p> </li> </ul>",
"RepositoryAssociation$KMSKeyDetails": "<p>A <code>KMSKeyDetails</code> object that contains:</p> <ul> <li> <p>The encryption option for this repository association. It is either owned by AWS Key Management Service (KMS) (<code>AWS_OWNED_CMK</code>) or customer managed (<code>CUSTOMER_MANAGED_CMK</code>).</p> </li> <li> <p>The ID of the AWS KMS key that is associated with this respository association.</p> </li> </ul>"
}
},
"KMSKeyId": {
"base": null,
"refs": {
"KMSKeyDetails$KMSKeyId": "<p>The ID of the AWS KMS key that is associated with a respository association.</p>"
}
},
"LineNumber": {
"base": null,
"refs": {
Expand Down Expand Up @@ -485,9 +504,9 @@
}
},
"RepositoryAnalysis": {
"base": "<p> A code review type that analyzes all code under a specified branch in an associated respository. The assocated repository is specified using its ARN when you call <a href=\"https://docs.aws.amazon.com/codeguru/latest/reviewer-api/API_CreateCodeReview\"> <code>CreateCodeReview</code> </a>. </p>",
"base": "<p> A code review type that analyzes all code under a specified branch in an associated repository. The associated repository is specified using its ARN when you call <a href=\"https://docs.aws.amazon.com/codeguru/latest/reviewer-api/API_CreateCodeReview\"> <code>CreateCodeReview</code> </a>. </p>",
"refs": {
"CodeReviewType$RepositoryAnalysis": "<p> A code review that analyzes all code under a specified branch in an associated respository. The assocated repository is specified using its ARN in <a href=\"https://docs.aws.amazon.com/codeguru/latest/reviewer-api/API_CreateCodeReview\"> <code>CreateCodeReview</code> </a>. </p>"
"CodeReviewType$RepositoryAnalysis": "<p> A code review that analyzes all code under a specified branch in an associated repository. The associated repository is specified using its ARN in <a href=\"https://docs.aws.amazon.com/codeguru/latest/reviewer-api/API_CreateCodeReview\"> <code>CreateCodeReview</code> </a>. </p>"
}
},
"RepositoryAssociation": {
Expand Down
4 changes: 1 addition & 3 deletions models/apis/ec2/2016-11-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -16731,9 +16731,7 @@
"member":{
"shape":"FleetLaunchTemplateOverridesRequest",
"locationName":"item"
},
"max":50,
"min":0
}
},
"FleetLaunchTemplateOverridesRequest":{
"type":"structure",
Expand Down
Loading

0 comments on commit 92c4507

Please sign in to comment.