Skip to content

Commit

Permalink
Updates SDK to v2.1239.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Oct 24, 2022
1 parent fe30f5f commit 746f697
Show file tree
Hide file tree
Showing 22 changed files with 2,229 additions and 640 deletions.
22 changes: 22 additions & 0 deletions .changes/2.1239.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "ACMPCA",
"description": "AWS Private Certificate Authority (AWS Private CA) now offers usage modes which are combination of features to address specific use cases."
},
{
"type": "feature",
"category": "Batch",
"description": "This release adds support for AWS Batch on Amazon EKS."
},
{
"type": "feature",
"category": "DataSync",
"description": "Added support for self-signed certificates when using object storage locations; added BytesCompressed to the TaskExecution response."
},
{
"type": "feature",
"category": "SageMaker",
"description": "SageMaker Inference Recommender now supports a new API ListInferenceRecommendationJobSteps to return the details of all the benchmark we create for an inference recommendation job."
}
]
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1238.0-->
<!--LATEST=2.1239.0-->
<!--ENTRYINSERT-->

## 2.1239.0
* feature: ACMPCA: AWS Private Certificate Authority (AWS Private CA) now offers usage modes which are combination of features to address specific use cases.
* feature: Batch: This release adds support for AWS Batch on Amazon EKS.
* feature: DataSync: Added support for self-signed certificates when using object storage locations; added BytesCompressed to the TaskExecution response.
* feature: SageMaker: SageMaker Inference Recommender now supports a new API ListInferenceRecommendationJobSteps to return the details of all the benchmark we create for an inference recommendation job.

## 2.1238.0
* feature: CognitoIdentityServiceProvider: This release adds a new "DeletionProtection" field to the UserPool in Cognito. Application admins can configure this value with either ACTIVE or INACTIVE value. Setting this field to ACTIVE will prevent a user pool from accidental deletion.
* feature: S3: S3 on Outposts launches support for automatic bucket-style alias. You can use the automatic access point alias instead of an access point ARN for any object-level operation in an Outposts bucket.
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.1238.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1239.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
24 changes: 13 additions & 11 deletions apis/acm-pca-2017-08-22.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
"KeyStorageSecurityStandard": {},
"Tags": {
"shape": "S14"
}
},
"UsageMode": {}
}
},
"output": {
Expand Down Expand Up @@ -79,7 +80,7 @@
"Principal": {},
"SourceAccount": {},
"Actions": {
"shape": "S1j"
"shape": "S1k"
}
}
}
Expand Down Expand Up @@ -137,7 +138,7 @@
"type": "structure",
"members": {
"CertificateAuthority": {
"shape": "S1r"
"shape": "S1s"
}
}
}
Expand Down Expand Up @@ -356,10 +357,10 @@
"SigningAlgorithm": {},
"TemplateArn": {},
"Validity": {
"shape": "S2v"
"shape": "S2w"
},
"ValidityNotBefore": {
"shape": "S2v"
"shape": "S2w"
},
"IdempotencyToken": {}
}
Expand Down Expand Up @@ -389,7 +390,7 @@
"CertificateAuthorities": {
"type": "list",
"member": {
"shape": "S1r"
"shape": "S1s"
}
},
"NextToken": {}
Expand Down Expand Up @@ -425,7 +426,7 @@
"Principal": {},
"SourceAccount": {},
"Actions": {
"shape": "S1j"
"shape": "S1k"
},
"Policy": {}
}
Expand Down Expand Up @@ -736,11 +737,11 @@
}
}
},
"S1j": {
"S1k": {
"type": "list",
"member": {}
},
"S1r": {
"S1s": {
"type": "structure",
"members": {
"Arn": {},
Expand Down Expand Up @@ -770,10 +771,11 @@
"RestorableUntil": {
"type": "timestamp"
},
"KeyStorageSecurityStandard": {}
"KeyStorageSecurityStandard": {},
"UsageMode": {}
}
},
"S2v": {
"S2w": {
"type": "structure",
"required": [
"Value",
Expand Down
25 changes: 20 additions & 5 deletions apis/acm-pca-2017-08-22.normal.json

Large diffs are not rendered by default.

Loading

0 comments on commit 746f697

Please sign in to comment.