Skip to content

Commit

Permalink
Updates SDK to v2.939.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jul 2, 2021
1 parent bcb3a27 commit a2f8e4f
Show file tree
Hide file tree
Showing 16 changed files with 1,068 additions and 521 deletions.
12 changes: 12 additions & 0 deletions .changes/2.939.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"type": "feature",
"category": "EC2",
"description": "This release removes network-insights-boundary"
},
{
"type": "feature",
"category": "cloudhsmv2",
"description": "Enable CORS"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/feature-cloudhsmv2.json

This file was deleted.

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.938.0-->
<!--LATEST=2.939.0-->
<!--ENTRYINSERT-->

## 2.939.0
* feature: EC2: This release removes network-insights-boundary
* feature: cloudhsmv2: Enable CORS

## 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.
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.938.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.939.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
1 change: 0 additions & 1 deletion apis/ec2-2016-11-15.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -37797,7 +37797,6 @@
"network-acl",
"network-interface",
"network-insights-analysis",
"network-insights-boundary",
"network-insights-path",
"placement-group",
"reserved-instances",
Expand Down
14 changes: 7 additions & 7 deletions apis/elasticloadbalancingv2-2015-12-01.normal.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions clients/browser_default.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ export import WAF = require('./waf');
export import WorkDocs = require('./workdocs');
export import LexModelBuildingService = require('./lexmodelbuildingservice');
export import Athena = require('./athena');
export import CloudHSMV2 = require('./cloudhsmv2');
export import Pricing = require('./pricing');
export import CostExplorer = require('./costexplorer');
export import MediaStoreData = require('./mediastoredata');
Expand Down
1 change: 1 addition & 0 deletions clients/browser_default.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ module.exports = {
WorkDocs: require('./workdocs'),
LexModelBuildingService: require('./lexmodelbuildingservice'),
Athena: require('./athena'),
CloudHSMV2: require('./cloudhsmv2'),
Pricing: require('./pricing'),
CostExplorer: require('./costexplorer'),
MediaStoreData: require('./mediastoredata'),
Expand Down
2 changes: 1 addition & 1 deletion clients/ec2.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23659,7 +23659,7 @@ declare namespace EC2 {
export type ResourceArn = string;
export type ResourceIdList = TaggableResourceId[];
export type ResourceList = String[];
export type ResourceType = "client-vpn-endpoint"|"customer-gateway"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"internet-gateway"|"key-pair"|"launch-template"|"local-gateway-route-table-vpc-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-boundary"|"network-insights-path"|"placement-group"|"reserved-instances"|"route-table"|"security-group"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-route-table"|"volume"|"vpc"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|string;
export type ResourceType = "client-vpn-endpoint"|"customer-gateway"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"internet-gateway"|"key-pair"|"launch-template"|"local-gateway-route-table-vpc-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"placement-group"|"reserved-instances"|"route-table"|"security-group"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-route-table"|"volume"|"vpc"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|string;
export interface ResponseError {
/**
* The error code.
Expand Down
14 changes: 7 additions & 7 deletions clients/elbv2.d.ts

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/aws-sdk-core-react-native.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/aws-sdk-react-native.js

Large diffs are not rendered by default.

Loading

0 comments on commit a2f8e4f

Please sign in to comment.