Skip to content

Commit

Permalink
Updates SDK to v2.938.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jul 1, 2021
1 parent 194b13e commit d15a479
Show file tree
Hide file tree
Showing 17 changed files with 1,060 additions and 949 deletions.
12 changes: 12 additions & 0 deletions .changes/2.938.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"type": "feature",
"category": "EC2",
"description": "Adding a new reserved field to support future infrastructure improvements for Amazon EC2 Fleet."
},
{
"type": "feature",
"category": "SageMaker",
"description": "SageMaker model registry now supports up to 5 containers and associated environment variables."
}
]
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.937.0-->
<!--LATEST=2.938.0-->
<!--ENTRYINSERT-->

## 2.938.0
* feature: EC2: Adding a new reserved field to support future infrastructure improvements for Amazon EC2 Fleet.
* feature: SageMaker: SageMaker model registry now supports up to 5 containers and associated environment variables.

## 2.937.0
* feature: AutoScaling: Amazon EC2 Auto Scaling infrastructure improvements and optimizations.
* feature: DataBrew: Adds support for the output of job results to the AWS Glue Data Catalog.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
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.937.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.938.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
15 changes: 12 additions & 3 deletions apis/ec2-2016-11-15.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -1796,7 +1796,8 @@
"TagSpecifications": {
"shape": "S1t",
"locationName": "TagSpecification"
}
},
"Context": {}
}
},
"output": {
Expand Down Expand Up @@ -7062,6 +7063,9 @@
}
}
}
},
"Context": {
"locationName": "context"
}
}
}
Expand Down Expand Up @@ -15289,7 +15293,8 @@
"FleetId": {},
"TargetCapacitySpecification": {
"shape": "S8y"
}
},
"Context": {}
}
},
"output": {
Expand Down Expand Up @@ -15966,7 +15971,8 @@
},
"OnDemandTargetCapacity": {
"type": "integer"
}
},
"Context": {}
}
},
"output": {
Expand Down Expand Up @@ -25021,6 +25027,9 @@
"locationName": "instancePoolsToUseCount",
"type": "integer"
},
"Context": {
"locationName": "context"
},
"TagSpecifications": {
"shape": "S1t",
"locationName": "TagSpecification"
Expand Down
117 changes: 70 additions & 47 deletions apis/ec2-2016-11-15.normal.json

Large diffs are not rendered by default.

Loading

0 comments on commit d15a479

Please sign in to comment.