Skip to content

Commit 6415050

Browse files
author
awstools
committed
Updates SDK to v2.635.0
1 parent 4e02f8b commit 6415050

24 files changed

+945
-261
lines changed

.changes/2.635.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": "AppMesh",
5+
"description": "App Mesh now supports sharing a Mesh with other AWS accounts. Customers can use AWS Resource Access Manager to share their Mesh with other accounts in their organization to connection applications within a single service mesh. See https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html for details."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "EC2",
10+
"description": "This release provides customers with a self-service option to enable Local Zones."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "GuardDuty",
15+
"description": "Amazon GuardDuty findings now include the OutpostArn if the finding is generated for an AWS Outposts EC2 host."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "RoboMaker",
20+
"description": "Added support for streaming a GUI from robot and simulation applications"
21+
},
22+
{
23+
"type": "feature",
24+
"category": "Signer",
25+
"description": "This release enables signing image format override in PutSigningProfile requests, adding two more enum fields, JSONEmbedded and JSONDetached. This release also extends the length limit of SigningProfile name from 20 to 64."
26+
}
27+
]

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.634.0-->
2+
<!--LATEST=2.635.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.635.0
6+
* feature: AppMesh: App Mesh now supports sharing a Mesh with other AWS accounts. Customers can use AWS Resource Access Manager to share their Mesh with other accounts in their organization to connection applications within a single service mesh. See https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html for details.
7+
* feature: EC2: This release provides customers with a self-service option to enable Local Zones.
8+
* feature: GuardDuty: Amazon GuardDuty findings now include the OutpostArn if the finding is generated for an AWS Outposts EC2 host.
9+
* feature: RoboMaker: Added support for streaming a GUI from robot and simulation applications
10+
* feature: Signer: This release enables signing image format override in PutSigningProfile requests, adding two more enum fields, JSONEmbedded and JSONDetached. This release also extends the length limit of SigningProfile name from 20 to 64.
11+
512
## 2.634.0
613
* feature: EC2: You can now create AWS Client VPN Endpoints with a specified VPC and Security Group. Additionally, you can modify these attributes when modifying the endpoint.
714
* feature: EKS: Amazon EKS now supports adding a KMS key to your cluster for envelope encryption of Kubernetes secrets.

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.634.0.min.js"></script>
28+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.635.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

0 commit comments

Comments
 (0)