Skip to content

Commit e60ab04

Browse files
author
awstools
committed
Updates SDK to v2.1265.0
1 parent 5c1852a commit e60ab04

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+27505
-2191
lines changed

.changes/2.1265.0.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "AccessAnalyzer",
5+
"description": "This release adds support for S3 cross account access points. IAM Access Analyzer will now produce public or cross account findings when it detects bucket delegation to external account access points."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "Athena",
10+
"description": "This release includes support for using Apache Spark in Amazon Athena."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "DataExchange",
15+
"description": "This release enables data providers to license direct access to data in their Amazon S3 buckets or AWS Lake Formation data lakes through AWS Data Exchange. Subscribers get read-only access to the data and can use it in downstream AWS services, like Amazon Athena, without creating or managing copies."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "DocDBElastic",
20+
"description": "Launched Amazon DocumentDB Elastic Clusters. You can now use the SDK to create, list, update and delete Amazon DocumentDB Elastic Cluster resources"
21+
},
22+
{
23+
"type": "feature",
24+
"category": "Glue",
25+
"description": "This release adds support for AWS Glue Data Quality, which helps you evaluate and monitor the quality of your data and includes the API for creating, deleting, or updating data quality rulesets, runs and evaluations."
26+
},
27+
{
28+
"type": "feature",
29+
"category": "S3Control",
30+
"description": "Amazon S3 now supports cross-account access points. S3 bucket owners can now allow trusted AWS accounts to create access points associated with their bucket."
31+
},
32+
{
33+
"type": "feature",
34+
"category": "SageMaker",
35+
"description": "Added Models as part of the Search API. Added Model shadow deployments in realtime inference, and shadow testing in managed inference. Added support for shared spaces, geospatial APIs, Model Cards, AutoMLJobStep in pipelines, Git repositories on user profiles and domains, Model sharing in Jumpstart."
36+
},
37+
{
38+
"type": "feature",
39+
"category": "SageMakerGeospatial",
40+
"description": "This release provides Amazon SageMaker geospatial APIs to build, train, deploy and visualize geospatial models."
41+
}
42+
]

CHANGELOG.md

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

5+
## 2.1265.0
6+
* feature: AccessAnalyzer: This release adds support for S3 cross account access points. IAM Access Analyzer will now produce public or cross account findings when it detects bucket delegation to external account access points.
7+
* feature: Athena: This release includes support for using Apache Spark in Amazon Athena.
8+
* feature: DataExchange: This release enables data providers to license direct access to data in their Amazon S3 buckets or AWS Lake Formation data lakes through AWS Data Exchange. Subscribers get read-only access to the data and can use it in downstream AWS services, like Amazon Athena, without creating or managing copies.
9+
* feature: DocDBElastic: Launched Amazon DocumentDB Elastic Clusters. You can now use the SDK to create, list, update and delete Amazon DocumentDB Elastic Cluster resources
10+
* feature: Glue: This release adds support for AWS Glue Data Quality, which helps you evaluate and monitor the quality of your data and includes the API for creating, deleting, or updating data quality rulesets, runs and evaluations.
11+
* feature: S3Control: Amazon S3 now supports cross-account access points. S3 bucket owners can now allow trusted AWS accounts to create access points associated with their bucket.
12+
* feature: SageMaker: Added Models as part of the Search API. Added Model shadow deployments in realtime inference, and shadow testing in managed inference. Added support for shared spaces, geospatial APIs, Model Cards, AutoMLJobStep in pipelines, Git repositories on user profiles and domains, Model sharing in Jumpstart.
13+
* feature: SageMakerGeospatial: This release provides Amazon SageMaker geospatial APIs to build, train, deploy and visualize geospatial models.
14+
515
## 2.1264.0
616
* bugfix: Token: Export Token types from core.d.ts
717
* feature: EC2: This release adds support for AWS Verified Access and the Hpc6id Amazon EC2 compute optimized instance type, which features 3rd generation Intel Xeon Scalable processors.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ for further details.
5757
To use the SDK in the browser, simply add the following script tag to your
5858
HTML pages:
5959

60-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1264.0.min.js"></script>
60+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1265.0.min.js"></script>
6161

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

apis/accessanalyzer-2019-11-01.min.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1724,7 +1724,8 @@
17241724
"detail": {
17251725
"type": "structure",
17261726
"members": {
1727-
"accessPointArn": {}
1727+
"accessPointArn": {},
1728+
"accessPointAccount": {}
17281729
}
17291730
}
17301731
}

apis/accessanalyzer-2019-11-01.normal.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1623,7 +1623,7 @@
16231623
"documentation": "<p>An \"exists\" operator to match for the filter used to create the rule. </p>"
16241624
}
16251625
},
1626-
"documentation": "<p>The criteria to use in the filter that defines the archive rule.</p>"
1626+
"documentation": "<p>The criteria to use in the filter that defines the archive rule. For more information on available filter keys, see <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-reference-filter-keys.html\">IAM Access Analyzer filter keys</a>.</p>"
16271627
},
16281628
"DeleteAnalyzerRequest": {
16291629
"type": "structure",
@@ -1862,6 +1862,10 @@
18621862
"accessPointArn": {
18631863
"shape": "String",
18641864
"documentation": "<p>The ARN of the access point that generated the finding. The ARN format depends on whether the ARN represents an access point or a multi-region access point.</p>"
1865+
},
1866+
"accessPointAccount": {
1867+
"shape": "String",
1868+
"documentation": "<p>The account of the cross-account access point that generated the finding.</p>"
18651869
}
18661870
},
18671871
"documentation": "<p>Includes details about how the access that generated the finding is granted. This is populated for Amazon S3 bucket findings.</p>"
@@ -1877,7 +1881,8 @@
18771881
"enum": [
18781882
"POLICY",
18791883
"BUCKET_ACL",
1880-
"S3_ACCESS_POINT"
1884+
"S3_ACCESS_POINT",
1885+
"S3_ACCESS_POINT_ACCOUNT"
18811886
]
18821887
},
18831888
"FindingStatus": {
@@ -2879,8 +2884,7 @@
28792884
"members": {
28802885
"index": {
28812886
"shape": "Integer",
2882-
"documentation": "<p>Refers to an index in a JSON array.</p>",
2883-
"box": true
2887+
"documentation": "<p>Refers to an index in a JSON array.</p>"
28842888
},
28852889
"key": {
28862890
"shape": "String",

0 commit comments

Comments
 (0)