Skip to content

Commit

Permalink
Updates SDK to v2.674.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed May 11, 2020
1 parent 251eeee commit f73c5e8
Show file tree
Hide file tree
Showing 17 changed files with 1,878 additions and 143 deletions.
17 changes: 17 additions & 0 deletions .changes/2.674.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "CodeGuruReviewer",
"description": "Add Bitbucket integration APIs"
},
{
"type": "feature",
"category": "EC2",
"description": "M6g instances are our next-generation general purpose instances powered by AWS Graviton2 processors"
},
{
"type": "feature",
"category": "Kendra",
"description": "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"
}
]
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.673.0-->
<!--LATEST=2.674.0-->
<!--ENTRYINSERT-->

## 2.674.0
* feature: CodeGuruReviewer: Add Bitbucket integration APIs
* feature: EC2: M6g instances are our next-generation general purpose instances powered by AWS Graviton2 processors
* feature: Kendra: 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

## 2.673.0
* feature: SageMaker: This release adds a new parameter (EnableInterContainerTrafficEncryption) to CreateProcessingJob API to allow for enabling inter-container traffic encryption on processing jobs.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ version.
To use the SDK in the browser, simply add the following script tag to your
HTML pages:

<script src="https://sdk.amazonaws.com/js/aws-sdk-2.673.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.674.0.min.js"></script>

You can also build a custom browser SDK with your specified set of AWS services.
This can allow you to reduce the SDK's size, specify different API versions of
Expand Down
37 changes: 26 additions & 11 deletions apis/codeguru-reviewer-2019-09-19.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,19 @@
"members": {
"Name": {}
}
},
"Bitbucket": {
"type": "structure",
"required": [
"Name",
"ConnectionArn",
"Owner"
],
"members": {
"Name": {},
"ConnectionArn": {},
"Owner": {}
}
}
}
},
Expand All @@ -46,7 +59,7 @@
"type": "structure",
"members": {
"RepositoryAssociation": {
"shape": "S7"
"shape": "Sa"
}
}
}
Expand Down Expand Up @@ -152,7 +165,7 @@
"CodeReviewArn": {},
"RecommendationId": {},
"Reactions": {
"shape": "Sw"
"shape": "Sy"
},
"UserId": {},
"CreatedTimeStamp": {
Expand Down Expand Up @@ -187,7 +200,7 @@
"type": "structure",
"members": {
"RepositoryAssociation": {
"shape": "S7"
"shape": "Sa"
}
}
}
Expand All @@ -213,7 +226,7 @@
"type": "structure",
"members": {
"RepositoryAssociation": {
"shape": "S7"
"shape": "Sa"
}
}
}
Expand All @@ -230,7 +243,7 @@
],
"members": {
"ProviderTypes": {
"shape": "S13",
"shape": "S15",
"location": "querystring",
"locationName": "ProviderTypes"
},
Expand Down Expand Up @@ -349,7 +362,7 @@
"members": {
"RecommendationId": {},
"Reactions": {
"shape": "Sw"
"shape": "Sy"
},
"UserId": {}
}
Expand Down Expand Up @@ -418,7 +431,7 @@
"type": "structure",
"members": {
"ProviderTypes": {
"shape": "S13",
"shape": "S15",
"location": "querystring",
"locationName": "ProviderType"
},
Expand Down Expand Up @@ -460,6 +473,7 @@
"type": "structure",
"members": {
"AssociationArn": {},
"ConnectionArn": {},
"LastUpdatedTimeStamp": {
"type": "timestamp"
},
Expand Down Expand Up @@ -491,7 +505,7 @@
"CodeReviewArn": {},
"RecommendationId": {},
"Reactions": {
"shape": "Sw"
"shape": "Sy"
}
}
},
Expand All @@ -502,11 +516,12 @@
}
},
"shapes": {
"S7": {
"Sa": {
"type": "structure",
"members": {
"AssociationId": {},
"AssociationArn": {},
"ConnectionArn": {},
"Name": {},
"Owner": {},
"ProviderType": {},
Expand All @@ -520,11 +535,11 @@
}
}
},
"Sw": {
"Sy": {
"type": "list",
"member": {}
},
"S13": {
"S15": {
"type": "list",
"member": {}
}
Expand Down
46 changes: 44 additions & 2 deletions apis/codeguru-reviewer-2019-09-19.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,12 @@
"max": 64,
"min": 6
},
"ConnectionArn": {
"type": "string",
"max": 256,
"min": 0,
"pattern": "arn:aws(-[\\w]+)*:.+:.+:[0-9]{12}:.+"
},
"DescribeCodeReviewRequest": {
"type": "structure",
"required": [
Expand Down Expand Up @@ -920,7 +926,8 @@
"type": "string",
"enum": [
"CodeCommit",
"GitHub"
"GitHub",
"Bitbucket"
]
},
"ProviderTypes": {
Expand Down Expand Up @@ -1082,6 +1089,10 @@
"CodeCommit": {
"shape": "CodeCommitRepository",
"documentation": "<p>Information about an AWS CodeCommit repository.</p>"
},
"Bitbucket": {
"shape": "ThirdPartySourceRepository",
"documentation": "<p> Information about a Bitbucket Cloud repository. </p>"
}
},
"documentation": "<p>Information about a repository.</p>"
Expand All @@ -1097,6 +1108,10 @@
"shape": "Arn",
"documentation": "<p>The Amazon Resource Name (ARN) identifying the repository association.</p>"
},
"ConnectionArn": {
"shape": "ConnectionArn",
"documentation": "<p> The Amazon Resource Name (ARN) identifying the repository connection. </p>"
},
"Name": {
"shape": "Name",
"documentation": "<p>The name of the repository.</p>"
Expand Down Expand Up @@ -1158,6 +1173,10 @@
"shape": "Arn",
"documentation": "<p>The Amazon Resource Name (ARN) identifying the repository association.</p>"
},
"ConnectionArn": {
"shape": "ConnectionArn",
"documentation": "<p> The Amazon Resource Name (ARN) identifying the repository connection. </p>"
},
"LastUpdatedTimeStamp": {
"shape": "TimeStamp",
"documentation": "<p>The time, in milliseconds since the epoch, since the repository association was last updated. </p>"
Expand Down Expand Up @@ -1213,6 +1232,29 @@
"max": 2048,
"min": 1
},
"ThirdPartySourceRepository": {
"type": "structure",
"required": [
"Name",
"ConnectionArn",
"Owner"
],
"members": {
"Name": {
"shape": "Name",
"documentation": "<p> The name of the third party source repository. </p>"
},
"ConnectionArn": {
"shape": "ConnectionArn",
"documentation": "<p> The Amazon Resource Name (ARN) identifying the repository connection. </p>"
},
"Owner": {
"shape": "Owner",
"documentation": "<p> The username of the owner of the repository. </p>"
}
},
"documentation": "<p> Information about a third party source repository connected through CodeStar Connections. </p>"
},
"TimeStamp": {
"type": "timestamp"
},
Expand All @@ -1236,5 +1278,5 @@
"min": 1
}
},
"documentation": "<p>This section provides documentation for the Amazon CodeGuru Reviewer API operations.</p>"
"documentation": "<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>"
}
11 changes: 10 additions & 1 deletion apis/ec2-2016-11-15.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -24800,7 +24800,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 f73c5e8

Please sign in to comment.