Skip to content

Commit

Permalink
Updates SDK to v2.581.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Dec 2, 2019
1 parent 2f3826c commit 5ea6715
Show file tree
Hide file tree
Showing 32 changed files with 16,419 additions and 10,338 deletions.
27 changes: 27 additions & 0 deletions .changes/2.581.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "feature",
"category": "EC2",
"description": "AWS now provides a new BYOL experience for software licenses, such as Windows and SQL Server, that require a dedicated physical server. You can now enjoy the flexibility and cost effectiveness of using your own licenses on Amazon EC2 Dedicated Hosts, but with the simplicity, resiliency, and elasticity of AWS. You can specify your Dedicated Host management preferences, such as host allocation, host capacity utilization, and instance placement in AWS License Manager. Once set up, AWS takes care of these administrative tasks on your behalf, so that you can seamlessly launch virtual machines (instances) on Dedicated Hosts just like you would launch an EC2 instance with AWS provided licenses."
},
{
"type": "feature",
"category": "Imagebuilder",
"description": "This is the first release of EC2 Image Builder, a service that provides a managed experience for automating the creation of EC2 AMIs."
},
{
"type": "feature",
"category": "LicenseManager",
"description": "AWS License Manager now automates discovery of bring-your-own-license usage across the customers organization. With few simple settings, customers can add bring your own license product information along with licensing rules, which would enable License Manager to automatically track the instances that have the specified products installed. If License Manager detects any violation of licensing rules, it would notify the customers designated license administrator to take corrective action."
},
{
"type": "feature",
"category": "Region",
"description": "s3 client now support sending request to us-east-1 regional endpoint with `s3UsEast1RegionalEndpoint` client configuration set to `regional`"
},
{
"type": "feature",
"category": "Schemas",
"description": "This release introduces support for Amazon EventBridge schema registry, making it easy to discover and write code for events in EventBridge."
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/feature-Region-e1805cab.json

This file was deleted.

9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.580.0-->
<!--LATEST=2.581.0-->
<!--ENTRYINSERT-->

## 2.581.0
* feature: EC2: AWS now provides a new BYOL experience for software licenses, such as Windows and SQL Server, that require a dedicated physical server. You can now enjoy the flexibility and cost effectiveness of using your own licenses on Amazon EC2 Dedicated Hosts, but with the simplicity, resiliency, and elasticity of AWS. You can specify your Dedicated Host management preferences, such as host allocation, host capacity utilization, and instance placement in AWS License Manager. Once set up, AWS takes care of these administrative tasks on your behalf, so that you can seamlessly launch virtual machines (instances) on Dedicated Hosts just like you would launch an EC2 instance with AWS provided licenses.
* feature: Imagebuilder: This is the first release of EC2 Image Builder, a service that provides a managed experience for automating the creation of EC2 AMIs.
* feature: LicenseManager: AWS License Manager now automates discovery of bring-your-own-license usage across the customers organization. With few simple settings, customers can add bring your own license product information along with licensing rules, which would enable License Manager to automatically track the instances that have the specified products installed. If License Manager detects any violation of licensing rules, it would notify the customers designated license administrator to take corrective action.
* feature: Region: s3 client now support sending request to us-east-1 regional endpoint with `s3UsEast1RegionalEndpoint` client configuration set to `regional`
* feature: Schemas: This release introduces support for Amazon EventBridge schema registry, making it easy to discover and write code for events in EventBridge.

## 2.580.0
* feature: CognitoIdentityServiceProvider: This release adds a new setting for a user pool to configure which recovery methods a user can use to recover their account via the forgot password operation.
* feature: DirectoryService: This release will introduce optional encryption over LDAP network traffic using SSL certificates between customer's self-managed AD and AWS Directory Services instances. The release also provides APIs for Certificate management.
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.580.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.581.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
16 changes: 14 additions & 2 deletions apis/ec2-2016-11-15.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -6170,6 +6170,10 @@
},
"AvailabilityZoneId": {
"locationName": "availabilityZoneId"
},
"MemberOfServiceLinkedResourceGroup": {
"locationName": "memberOfServiceLinkedResourceGroup",
"type": "boolean"
}
}
}
Expand Down Expand Up @@ -12497,7 +12501,8 @@
},
"PartitionNumber": {
"type": "integer"
}
},
"HostResourceGroupArn": {}
}
},
"output": {
Expand Down Expand Up @@ -16022,6 +16027,9 @@
},
"SpreadDomain": {
"locationName": "spreadDomain"
},
"HostResourceGroupArn": {
"locationName": "hostResourceGroupArn"
}
}
},
Expand Down Expand Up @@ -16346,7 +16354,8 @@
"GroupName": {},
"HostId": {},
"Tenancy": {},
"SpreadDomain": {}
"SpreadDomain": {},
"HostResourceGroupArn": {}
}
},
"RamDiskId": {},
Expand Down Expand Up @@ -16748,6 +16757,9 @@
},
"SpreadDomain": {
"locationName": "spreadDomain"
},
"HostResourceGroupArn": {
"locationName": "hostResourceGroupArn"
}
}
},
Expand Down
26 changes: 25 additions & 1 deletion apis/ec2-2016-11-15.normal.json

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions apis/imagebuilder-2019-12-02.examples.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"version": "1.0",
"examples": {
}
}
Loading

0 comments on commit 5ea6715

Please sign in to comment.