Skip to content

Commit 5ea6715

Browse files
author
awstools
committed
Updates SDK to v2.581.0
1 parent 2f3826c commit 5ea6715

32 files changed

+16419
-10338
lines changed

.changes/2.581.0.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "EC2",
5+
"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."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "Imagebuilder",
10+
"description": "This is the first release of EC2 Image Builder, a service that provides a managed experience for automating the creation of EC2 AMIs."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "LicenseManager",
15+
"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."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Region",
20+
"description": "s3 client now support sending request to us-east-1 regional endpoint with `s3UsEast1RegionalEndpoint` client configuration set to `regional`"
21+
},
22+
{
23+
"type": "feature",
24+
"category": "Schemas",
25+
"description": "This release introduces support for Amazon EventBridge schema registry, making it easy to discover and write code for events in EventBridge."
26+
}
27+
]

.changes/next-release/feature-Region-e1805cab.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.580.0-->
2+
<!--LATEST=2.581.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.581.0
6+
* 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.
7+
* 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.
8+
* 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.
9+
* feature: Region: s3 client now support sending request to us-east-1 regional endpoint with `s3UsEast1RegionalEndpoint` client configuration set to `regional`
10+
* feature: Schemas: This release introduces support for Amazon EventBridge schema registry, making it easy to discover and write code for events in EventBridge.
11+
512
## 2.580.0
613
* 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.
714
* 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.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ version.
2525
To use the SDK in the browser, simply add the following script tag to your
2626
HTML pages:
2727

28-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.580.0.min.js"></script>
28+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.581.0.min.js"></script>
2929

3030
You can also build a custom browser SDK with your specified set of AWS services.
3131
This can allow you to reduce the SDK's size, specify different API versions of

apis/ec2-2016-11-15.min.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6170,6 +6170,10 @@
61706170
},
61716171
"AvailabilityZoneId": {
61726172
"locationName": "availabilityZoneId"
6173+
},
6174+
"MemberOfServiceLinkedResourceGroup": {
6175+
"locationName": "memberOfServiceLinkedResourceGroup",
6176+
"type": "boolean"
61736177
}
61746178
}
61756179
}
@@ -12497,7 +12501,8 @@
1249712501
},
1249812502
"PartitionNumber": {
1249912503
"type": "integer"
12500-
}
12504+
},
12505+
"HostResourceGroupArn": {}
1250112506
}
1250212507
},
1250312508
"output": {
@@ -16022,6 +16027,9 @@
1602216027
},
1602316028
"SpreadDomain": {
1602416029
"locationName": "spreadDomain"
16030+
},
16031+
"HostResourceGroupArn": {
16032+
"locationName": "hostResourceGroupArn"
1602516033
}
1602616034
}
1602716035
},
@@ -16346,7 +16354,8 @@
1634616354
"GroupName": {},
1634716355
"HostId": {},
1634816356
"Tenancy": {},
16349-
"SpreadDomain": {}
16357+
"SpreadDomain": {},
16358+
"HostResourceGroupArn": {}
1635016359
}
1635116360
},
1635216361
"RamDiskId": {},
@@ -16748,6 +16757,9 @@
1674816757
},
1674916758
"SpreadDomain": {
1675016759
"locationName": "spreadDomain"
16760+
},
16761+
"HostResourceGroupArn": {
16762+
"locationName": "hostResourceGroupArn"
1675116763
}
1675216764
}
1675316765
},

apis/ec2-2016-11-15.normal.json

Lines changed: 25 additions & 1 deletion
Large diffs are not rendered by default.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"version": "1.0",
3+
"examples": {
4+
}
5+
}

0 commit comments

Comments
 (0)