Skip to content

Commit

Permalink
Updates SDK to v2.1265.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Nov 30, 2022
1 parent 5c1852a commit e60ab04
Show file tree
Hide file tree
Showing 46 changed files with 27,505 additions and 2,191 deletions.
42 changes: 42 additions & 0 deletions .changes/2.1265.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[
{
"type": "feature",
"category": "AccessAnalyzer",
"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."
},
{
"type": "feature",
"category": "Athena",
"description": "This release includes support for using Apache Spark in Amazon Athena."
},
{
"type": "feature",
"category": "DataExchange",
"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."
},
{
"type": "feature",
"category": "DocDBElastic",
"description": "Launched Amazon DocumentDB Elastic Clusters. You can now use the SDK to create, list, update and delete Amazon DocumentDB Elastic Cluster resources"
},
{
"type": "feature",
"category": "Glue",
"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."
},
{
"type": "feature",
"category": "S3Control",
"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."
},
{
"type": "feature",
"category": "SageMaker",
"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."
},
{
"type": "feature",
"category": "SageMakerGeospatial",
"description": "This release provides Amazon SageMaker geospatial APIs to build, train, deploy and visualize geospatial models."
}
]
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1264.0-->
<!--LATEST=2.1265.0-->
<!--ENTRYINSERT-->

## 2.1265.0
* 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.
* feature: Athena: This release includes support for using Apache Spark in Amazon Athena.
* 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.
* feature: DocDBElastic: Launched Amazon DocumentDB Elastic Clusters. You can now use the SDK to create, list, update and delete Amazon DocumentDB Elastic Cluster resources
* 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.
* 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.
* 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.
* feature: SageMakerGeospatial: This release provides Amazon SageMaker geospatial APIs to build, train, deploy and visualize geospatial models.

## 2.1264.0
* bugfix: Token: Export Token types from core.d.ts
* 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.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ for further details.
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.1264.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1265.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
3 changes: 2 additions & 1 deletion apis/accessanalyzer-2019-11-01.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -1724,7 +1724,8 @@
"detail": {
"type": "structure",
"members": {
"accessPointArn": {}
"accessPointArn": {},
"accessPointAccount": {}
}
}
}
Expand Down
12 changes: 8 additions & 4 deletions apis/accessanalyzer-2019-11-01.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -1623,7 +1623,7 @@
"documentation": "<p>An \"exists\" operator to match for the filter used to create the rule. </p>"
}
},
"documentation": "<p>The criteria to use in the filter that defines the archive rule.</p>"
"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>"
},
"DeleteAnalyzerRequest": {
"type": "structure",
Expand Down Expand Up @@ -1862,6 +1862,10 @@
"accessPointArn": {
"shape": "String",
"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>"
},
"accessPointAccount": {
"shape": "String",
"documentation": "<p>The account of the cross-account access point that generated the finding.</p>"
}
},
"documentation": "<p>Includes details about how the access that generated the finding is granted. This is populated for Amazon S3 bucket findings.</p>"
Expand All @@ -1877,7 +1881,8 @@
"enum": [
"POLICY",
"BUCKET_ACL",
"S3_ACCESS_POINT"
"S3_ACCESS_POINT",
"S3_ACCESS_POINT_ACCOUNT"
]
},
"FindingStatus": {
Expand Down Expand Up @@ -2879,8 +2884,7 @@
"members": {
"index": {
"shape": "Integer",
"documentation": "<p>Refers to an index in a JSON array.</p>",
"box": true
"documentation": "<p>Refers to an index in a JSON array.</p>"
},
"key": {
"shape": "String",
Expand Down
Loading

0 comments on commit e60ab04

Please sign in to comment.