Skip to content

Commit

Permalink
Updates SDK to v2.708.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jun 30, 2020
1 parent 3e81a58 commit d5c25cc
Show file tree
Hide file tree
Showing 22 changed files with 456 additions and 246 deletions.
22 changes: 22 additions & 0 deletions .changes/2.708.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "CodeGuruReviewer",
"description": "Release GitHub Enterprise Server source provider integration"
},
{
"type": "feature",
"category": "ComprehendMedical",
"description": "This release adds the relationships between MedicalCondition and Anatomy in DetectEntitiesV2 API."
},
{
"type": "feature",
"category": "EC2",
"description": "Added support for tag-on-create for CreateVpc, CreateEgressOnlyInternetGateway, CreateSecurityGroup, CreateSubnet, CreateNetworkInterface, CreateNetworkAcl, CreateDhcpOptions and CreateInternetGateway. You can now specify tags when creating any of these resources. For more information about tagging, see AWS Tagging Strategies."
},
{
"type": "feature",
"category": "ECR",
"description": "Add a new parameter (ImageDigest) and a new exception (ImageDigestDoesNotMatchException) to PutImage API to support pushing image by digest."
}
]
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.707.0-->
<!--LATEST=2.708.0-->
<!--ENTRYINSERT-->

## 2.708.0
* feature: CodeGuruReviewer: Release GitHub Enterprise Server source provider integration
* feature: ComprehendMedical: This release adds the relationships between MedicalCondition and Anatomy in DetectEntitiesV2 API.
* feature: EC2: Added support for tag-on-create for CreateVpc, CreateEgressOnlyInternetGateway, CreateSecurityGroup, CreateSubnet, CreateNetworkInterface, CreateNetworkAcl, CreateDhcpOptions and CreateInternetGateway. You can now specify tags when creating any of these resources. For more information about tagging, see AWS Tagging Strategies.
* feature: ECR: Add a new parameter (ImageDigest) and a new exception (ImageDigestDoesNotMatchException) to PutImage API to support pushing image by digest.

## 2.707.0
* feature: CodeGuruProfiler: Amazon CodeGuru Profiler is now generally available. The Profiler helps developers to optimize their software, troubleshoot issues in production, and identify their most expensive lines of code. As part of general availability, we are launching: Profiling of AWS Lambda functions, Anomaly detection in CPU profiles, Color My Code on flame graphs, Expanding presence to 10 AWS regions.
* feature: CodeStarconnections: Updated and new APIs in support of hosts for connections to installed provider types. New integration with the GitHub Enterprise Server provider type.
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.707.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.708.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
28 changes: 17 additions & 11 deletions apis/codeguru-reviewer-2019-09-19.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,10 @@
}
},
"Bitbucket": {
"type": "structure",
"required": [
"Name",
"ConnectionArn",
"Owner"
],
"members": {
"Name": {},
"ConnectionArn": {},
"Owner": {}
}
"shape": "S5"
},
"GitHubEnterpriseServer": {
"shape": "S5"
}
}
},
Expand Down Expand Up @@ -516,6 +509,19 @@
}
},
"shapes": {
"S5": {
"type": "structure",
"required": [
"Name",
"ConnectionArn",
"Owner"
],
"members": {
"Name": {},
"ConnectionArn": {},
"Owner": {}
}
},
"Sa": {
"type": "structure",
"members": {
Expand Down
119 changes: 62 additions & 57 deletions apis/codeguru-reviewer-2019-09-19.normal.json

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion apis/comprehendmedical-2018-10-30.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -1552,7 +1552,8 @@
"ACUITY",
"TEST_VALUE",
"TEST_UNITS",
"DIRECTION"
"DIRECTION",
"SYSTEM_ORGAN_SITE"
]
},
"RxNormAttribute": {
Expand Down
40 changes: 38 additions & 2 deletions apis/ec2-2016-11-15.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -1514,6 +1514,10 @@
}
}
},
"TagSpecifications": {
"shape": "S1l",
"locationName": "TagSpecification"
},
"DryRun": {
"locationName": "dryRun",
"type": "boolean"
Expand Down Expand Up @@ -1541,7 +1545,11 @@
"DryRun": {
"type": "boolean"
},
"VpcId": {}
"VpcId": {},
"TagSpecifications": {
"shape": "S1l",
"locationName": "TagSpecification"
}
}
},
"output": {
Expand Down Expand Up @@ -1916,6 +1924,10 @@
"input": {
"type": "structure",
"members": {
"TagSpecifications": {
"shape": "S1l",
"locationName": "TagSpecification"
},
"DryRun": {
"locationName": "dryRun",
"type": "boolean"
Expand Down Expand Up @@ -2189,6 +2201,10 @@
},
"VpcId": {
"locationName": "vpcId"
},
"TagSpecifications": {
"shape": "S1l",
"locationName": "TagSpecification"
}
}
},
Expand Down Expand Up @@ -2291,6 +2307,10 @@
"InterfaceType": {},
"SubnetId": {
"locationName": "subnetId"
},
"TagSpecifications": {
"shape": "S1l",
"locationName": "TagSpecification"
}
}
},
Expand Down Expand Up @@ -2509,6 +2529,10 @@
},
"GroupName": {},
"VpcId": {},
"TagSpecifications": {
"shape": "S1l",
"locationName": "TagSpecification"
},
"DryRun": {
"locationName": "dryRun",
"type": "boolean"
Expand All @@ -2520,6 +2544,10 @@
"members": {
"GroupId": {
"locationName": "groupId"
},
"Tags": {
"shape": "Sj",
"locationName": "tagSet"
}
}
}
Expand Down Expand Up @@ -2661,6 +2689,10 @@
"VpcId"
],
"members": {
"TagSpecifications": {
"shape": "S1l",
"locationName": "TagSpecification"
},
"AvailabilityZone": {},
"AvailabilityZoneId": {},
"CidrBlock": {},
Expand Down Expand Up @@ -3119,7 +3151,11 @@
"InstanceTenancy": {
"locationName": "instanceTenancy"
},
"Ipv6CidrBlockNetworkBorderGroup": {}
"Ipv6CidrBlockNetworkBorderGroup": {},
"TagSpecifications": {
"shape": "S1l",
"locationName": "TagSpecification"
}
}
},
"output": {
Expand Down
Loading

0 comments on commit d5c25cc

Please sign in to comment.