Skip to content

Commit

Permalink
Release v1.30.25 (2020-05-11) (aws#3312)
Browse files Browse the repository at this point in the history
Release v1.30.25 (2020-05-11)
===

### Service Client Updates
* `service/codeguru-reviewer`: Updates service API and documentation
* `service/ec2`: Updates service API
  * M6g instances are our next-generation general purpose instances powered by AWS Graviton2 processors
* `service/kendra`: Updates service API and documentation
  * Amazon Kendra is now generally available. As part of general availability, we are launching * Developer edition * Ability to scale your Amazon Kendra index with capacity units * Support for new connectors * Support for new tagging API's * Support for Deleting data source * Metrics for data source sync operations * Metrics for query & storage utilization
  • Loading branch information
aws-sdk-go-automation authored May 11, 2020
1 parent 53baea7 commit ec8818d
Show file tree
Hide file tree
Showing 14 changed files with 3,837 additions and 295 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
Release v1.30.25 (2020-05-11)
===

### Service Client Updates
* `service/codeguru-reviewer`: Updates service API and documentation
* `service/ec2`: Updates service API
* M6g instances are our next-generation general purpose instances powered by AWS Graviton2 processors
* `service/kendra`: Updates service API and documentation
* Amazon Kendra is now generally available. As part of general availability, we are launching * Developer edition * Ability to scale your Amazon Kendra index with capacity units * Support for new connectors * Support for new tagging API's * Support for Deleting data source * Metrics for data source sync operations * Metrics for query & storage utilization

Release v1.30.24 (2020-05-08)
===

Expand Down
72 changes: 71 additions & 1 deletion 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.30.24"
const SDKVersion = "1.30.25"
27 changes: 25 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 @@ -280,6 +280,12 @@
"error":{"httpStatusCode":409},
"exception":true
},
"ConnectionArn":{
"type":"string",
"max":256,
"min":0,
"pattern":"arn:aws(-[\\w]+)*:.+:.+:[0-9]{12}:.+"
},
"DescribeCodeReviewRequest":{
"type":"structure",
"required":["CodeReviewArn"],
Expand Down Expand Up @@ -610,7 +616,8 @@
"type":"string",
"enum":[
"CodeCommit",
"GitHub"
"GitHub",
"Bitbucket"
]
},
"ProviderTypes":{
Expand Down Expand Up @@ -706,14 +713,16 @@
"Repository":{
"type":"structure",
"members":{
"CodeCommit":{"shape":"CodeCommitRepository"}
"CodeCommit":{"shape":"CodeCommitRepository"},
"Bitbucket":{"shape":"ThirdPartySourceRepository"}
}
},
"RepositoryAssociation":{
"type":"structure",
"members":{
"AssociationId":{"shape":"AssociationId"},
"AssociationArn":{"shape":"Arn"},
"ConnectionArn":{"shape":"ConnectionArn"},
"Name":{"shape":"Name"},
"Owner":{"shape":"Owner"},
"ProviderType":{"shape":"ProviderType"},
Expand Down Expand Up @@ -746,6 +755,7 @@
"type":"structure",
"members":{
"AssociationArn":{"shape":"Arn"},
"ConnectionArn":{"shape":"ConnectionArn"},
"LastUpdatedTimeStamp":{"shape":"TimeStamp"},
"AssociationId":{"shape":"AssociationId"},
"Name":{"shape":"Name"},
Expand Down Expand Up @@ -784,6 +794,19 @@
"max":2048,
"min":1
},
"ThirdPartySourceRepository":{
"type":"structure",
"required":[
"Name",
"ConnectionArn",
"Owner"
],
"members":{
"Name":{"shape":"Name"},
"ConnectionArn":{"shape":"ConnectionArn"},
"Owner":{"shape":"Owner"}
}
},
"ThrottlingException":{
"type":"structure",
"members":{
Expand Down
22 changes: 19 additions & 3 deletions models/apis/codeguru-reviewer/2019-09-19/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 Amazon CodeGuru Reviewer API operations.</p>",
"service": "<p>This section provides documentation for the Amazon CodeGuru Reviewer API operations. Amazon 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 <a href=\"https://docs.aws.amazon.com/codeguru/latest/reviewer-ug/welcome.html\">Amazon CodeGuru Reviewer User Guide</a>.</p>",
"operations": {
"AssociateRepository": "<p>Associates an AWS CodeCommit repository with Amazon CodeGuru Reviewer. When you associate an AWS CodeCommit repository with Amazon CodeGuru Reviewer, Amazon CodeGuru Reviewer will provide recommendations for each pull request raised within the repository. You can view recommendations in the AWS CodeCommit repository.</p> <p>You can associate a GitHub repository using the Amazon CodeGuru Reviewer console.</p>",
"DescribeCodeReview": "<p> Returns the metadaata associated with the code review along with its status.</p>",
Expand Down Expand Up @@ -101,6 +101,14 @@
"refs": {
}
},
"ConnectionArn": {
"base": null,
"refs": {
"RepositoryAssociation$ConnectionArn": "<p> The Amazon Resource Name (ARN) identifying the repository connection. </p>",
"RepositoryAssociationSummary$ConnectionArn": "<p> The Amazon Resource Name (ARN) identifying the repository connection. </p>",
"ThirdPartySourceRepository$ConnectionArn": "<p> The Amazon Resource Name (ARN) identifying the repository connection. </p>"
}
},
"DescribeCodeReviewRequest": {
"base": null,
"refs": {
Expand Down Expand Up @@ -276,7 +284,8 @@
"Names$member": null,
"RepositoryAssociation$Name": "<p>The name of the repository.</p>",
"RepositoryAssociationSummary$Name": "<p>The name of the repository association.</p>",
"RepositoryNames$member": null
"RepositoryNames$member": null,
"ThirdPartySourceRepository$Name": "<p> The name of the third party source repository. </p>"
}
},
"Names": {
Expand Down Expand Up @@ -310,7 +319,8 @@
"CodeReviewSummary$Owner": "<p> The owner of the repository. </p>",
"Owners$member": null,
"RepositoryAssociation$Owner": "<p>The owner of the repository.</p>",
"RepositoryAssociationSummary$Owner": "<p>The owner of the repository association.</p>"
"RepositoryAssociationSummary$Owner": "<p>The owner of the repository association.</p>",
"ThirdPartySourceRepository$Owner": "<p> The username of the owner of the repository. </p>"
}
},
"Owners": {
Expand Down Expand Up @@ -484,6 +494,12 @@
"RecommendationSummary$Description": "<p> A description of the recommendation generated by CodeGuru Reviewer for the lines of code between the start line and the end line. </p>"
}
},
"ThirdPartySourceRepository": {
"base": "<p> Information about a third party source repository connected through CodeStar Connections. </p>",
"refs": {
"Repository$Bitbucket": "<p> Information about a Bitbucket Cloud repository. </p>"
}
},
"ThrottlingException": {
"base": "<p>The request was denied due to request throttling.</p>",
"refs": {
Expand Down
11 changes: 10 additions & 1 deletion models/apis/ec2/2016-11-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -18044,7 +18044,16 @@
"inf1.xlarge",
"inf1.2xlarge",
"inf1.6xlarge",
"inf1.24xlarge"
"inf1.24xlarge",
"m6g.metal",
"m6g.medium",
"m6g.large",
"m6g.xlarge",
"m6g.2xlarge",
"m6g.4xlarge",
"m6g.8xlarge",
"m6g.12xlarge",
"m6g.16xlarge"
]
},
"InstanceTypeHypervisor":{
Expand Down
Loading

0 comments on commit ec8818d

Please sign in to comment.