Skip to content

Commit 746f697

Browse files
author
awstools
committed
Updates SDK to v2.1239.0
1 parent fe30f5f commit 746f697

22 files changed

+2229
-640
lines changed

.changes/2.1239.0.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "ACMPCA",
5+
"description": "AWS Private Certificate Authority (AWS Private CA) now offers usage modes which are combination of features to address specific use cases."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "Batch",
10+
"description": "This release adds support for AWS Batch on Amazon EKS."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "DataSync",
15+
"description": "Added support for self-signed certificates when using object storage locations; added BytesCompressed to the TaskExecution response."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "SageMaker",
20+
"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."
21+
}
22+
]

CHANGELOG.md

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

5+
## 2.1239.0
6+
* feature: ACMPCA: AWS Private Certificate Authority (AWS Private CA) now offers usage modes which are combination of features to address specific use cases.
7+
* feature: Batch: This release adds support for AWS Batch on Amazon EKS.
8+
* feature: DataSync: Added support for self-signed certificates when using object storage locations; added BytesCompressed to the TaskExecution response.
9+
* 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.
10+
511
## 2.1238.0
612
* 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.
713
* 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.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
2929
To use the SDK in the browser, simply add the following script tag to your
3030
HTML pages:
3131

32-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1238.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1239.0.min.js"></script>
3333

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

apis/acm-pca-2017-08-22.min.json

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232
"KeyStorageSecurityStandard": {},
3333
"Tags": {
3434
"shape": "S14"
35-
}
35+
},
36+
"UsageMode": {}
3637
}
3738
},
3839
"output": {
@@ -79,7 +80,7 @@
7980
"Principal": {},
8081
"SourceAccount": {},
8182
"Actions": {
82-
"shape": "S1j"
83+
"shape": "S1k"
8384
}
8485
}
8586
}
@@ -137,7 +138,7 @@
137138
"type": "structure",
138139
"members": {
139140
"CertificateAuthority": {
140-
"shape": "S1r"
141+
"shape": "S1s"
141142
}
142143
}
143144
}
@@ -356,10 +357,10 @@
356357
"SigningAlgorithm": {},
357358
"TemplateArn": {},
358359
"Validity": {
359-
"shape": "S2v"
360+
"shape": "S2w"
360361
},
361362
"ValidityNotBefore": {
362-
"shape": "S2v"
363+
"shape": "S2w"
363364
},
364365
"IdempotencyToken": {}
365366
}
@@ -389,7 +390,7 @@
389390
"CertificateAuthorities": {
390391
"type": "list",
391392
"member": {
392-
"shape": "S1r"
393+
"shape": "S1s"
393394
}
394395
},
395396
"NextToken": {}
@@ -425,7 +426,7 @@
425426
"Principal": {},
426427
"SourceAccount": {},
427428
"Actions": {
428-
"shape": "S1j"
429+
"shape": "S1k"
429430
},
430431
"Policy": {}
431432
}
@@ -736,11 +737,11 @@
736737
}
737738
}
738739
},
739-
"S1j": {
740+
"S1k": {
740741
"type": "list",
741742
"member": {}
742743
},
743-
"S1r": {
744+
"S1s": {
744745
"type": "structure",
745746
"members": {
746747
"Arn": {},
@@ -770,10 +771,11 @@
770771
"RestorableUntil": {
771772
"type": "timestamp"
772773
},
773-
"KeyStorageSecurityStandard": {}
774+
"KeyStorageSecurityStandard": {},
775+
"UsageMode": {}
774776
}
775777
},
776-
"S2v": {
778+
"S2w": {
777779
"type": "structure",
778780
"required": [
779781
"Value",

apis/acm-pca-2017-08-22.normal.json

Lines changed: 20 additions & 5 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)