Skip to content

Commit

Permalink
Updates SDK to v2.1226.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Sep 29, 2022
1 parent 8dd2749 commit 3075622
Show file tree
Hide file tree
Showing 49 changed files with 10,659 additions and 1,535 deletions.
57 changes: 57 additions & 0 deletions .changes/2.1226.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
[
{
"type": "feature",
"category": "ACM",
"description": "This update returns additional certificate details such as certificate SANs and allows sorting in the ListCertificates API."
},
{
"type": "feature",
"category": "AwsQueryCompatible",
"description": "Return AWSQuery compatible error code from HTTP header if found"
},
{
"type": "feature",
"category": "EC2",
"description": "u-3tb1 instances are powered by Intel Xeon Platinum 8176M (Skylake) processors and are purpose-built to run large in-memory databases."
},
{
"type": "feature",
"category": "EMRServerless",
"description": "This release adds API support to debug Amazon EMR Serverless jobs in real-time with live application UIs"
},
{
"type": "feature",
"category": "FSx",
"description": "This release adds support for Amazon File Cache."
},
{
"type": "feature",
"category": "MigrationHubOrchestrator",
"description": "Introducing AWS MigrationHubOrchestrator. This is the first public release of AWS MigrationHubOrchestrator."
},
{
"type": "feature",
"category": "Polly",
"description": "Added support for the new Cantonese voice - Hiujin. Hiujin is available as a Neural voice only."
},
{
"type": "feature",
"category": "Proton",
"description": "This release adds an option to delete pipeline provisioning repositories using the UpdateAccountSettings API"
},
{
"type": "feature",
"category": "SageMaker",
"description": "SageMaker Training Managed Warm Pools let you retain provisioned infrastructure to reduce latency for repetitive training workloads."
},
{
"type": "feature",
"category": "Translate",
"description": "This release enables customers to access control rights on Translate resources like Parallel Data and Custom Terminology using Tag Based Authorization."
},
{
"type": "feature",
"category": "WorkSpaces",
"description": "This release includes diagnostic log uploading feature. If it is enabled, the log files of WorkSpaces Windows client will be sent to Amazon WorkSpaces automatically for troubleshooting. You can use modifyClientProperty api to enable/disable this feature."
}
]

This file was deleted.

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

## 2.1226.0
* feature: ACM: This update returns additional certificate details such as certificate SANs and allows sorting in the ListCertificates API.
* feature: AwsQueryCompatible: Return AWSQuery compatible error code from HTTP header if found
* feature: EC2: u-3tb1 instances are powered by Intel Xeon Platinum 8176M (Skylake) processors and are purpose-built to run large in-memory databases.
* feature: EMRServerless: This release adds API support to debug Amazon EMR Serverless jobs in real-time with live application UIs
* feature: FSx: This release adds support for Amazon File Cache.
* feature: MigrationHubOrchestrator: Introducing AWS MigrationHubOrchestrator. This is the first public release of AWS MigrationHubOrchestrator.
* feature: Polly: Added support for the new Cantonese voice - Hiujin. Hiujin is available as a Neural voice only.
* feature: Proton: This release adds an option to delete pipeline provisioning repositories using the UpdateAccountSettings API
* feature: SageMaker: SageMaker Training Managed Warm Pools let you retain provisioned infrastructure to reduce latency for repetitive training workloads.
* feature: Translate: This release enables customers to access control rights on Translate resources like Parallel Data and Custom Terminology using Tag Based Authorization.
* feature: WorkSpaces: This release includes diagnostic log uploading feature. If it is enabled, the log files of WorkSpaces Windows client will be sent to Amazon WorkSpaces automatically for troubleshooting. You can use modifyClientProperty api to enable/disable this feature.

## 2.1225.0
* bugfix: rest-json: unset content length in rest-json when payload is undefined
* feature: CostExplorer: This release is to support retroactive Cost Categories. The new field will enable you to retroactively apply new and existing cost category rules to previous months.
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.1225.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1226.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
48 changes: 46 additions & 2 deletions apis/acm-2015-12-08.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,9 @@
"NextToken": {},
"MaxItems": {
"type": "integer"
}
},
"SortBy": {},
"SortOrder": {}
}
},
"output": {
Expand All @@ -268,7 +270,49 @@
"type": "structure",
"members": {
"CertificateArn": {},
"DomainName": {}
"DomainName": {},
"SubjectAlternativeNameSummaries": {
"shape": "Sc"
},
"HasAdditionalSubjectAlternativeNames": {
"type": "boolean"
},
"Status": {},
"Type": {},
"KeyAlgorithm": {},
"KeyUsages": {
"type": "list",
"member": {}
},
"ExtendedKeyUsages": {
"type": "list",
"member": {}
},
"InUse": {
"type": "boolean"
},
"Exported": {
"type": "boolean"
},
"RenewalEligibility": {},
"NotBefore": {
"type": "timestamp"
},
"NotAfter": {
"type": "timestamp"
},
"CreatedAt": {
"type": "timestamp"
},
"IssuedAt": {
"type": "timestamp"
},
"ImportedAt": {
"type": "timestamp"
},
"RevokedAt": {
"type": "timestamp"
}
}
}
}
Expand Down
Loading

0 comments on commit 3075622

Please sign in to comment.