Skip to content

Commit

Permalink
Release v1.44.150 (2022-11-30) (#4648)
Browse files Browse the repository at this point in the history
Release v1.44.150 (2022-11-30)
===

### Service Client Updates
* `service/accessanalyzer`: Updates service API and documentation
* `service/athena`: Updates service API, documentation, and paginators
  * This release includes support for using Apache Spark in Amazon Athena.
* `service/dataexchange`: Updates service API and documentation
* `service/docdb-elastic`: Adds new service
* `service/glue`: Updates service API, documentation, and paginators
  * 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.
* `service/s3control`: Updates service API and documentation
  * 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.
* `service/sagemaker`: Updates service API, documentation, and paginators
  * 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.
* `service/sagemaker-geospatial`: Adds new service
  • Loading branch information
aws-sdk-go-automation committed Nov 30, 2022
1 parent bf389b3 commit 9546abe
Show file tree
Hide file tree
Showing 60 changed files with 57,077 additions and 5,177 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
Release v1.44.150 (2022-11-30)
===

### Service Client Updates
* `service/accessanalyzer`: Updates service API and documentation
* `service/athena`: Updates service API, documentation, and paginators
* This release includes support for using Apache Spark in Amazon Athena.
* `service/dataexchange`: Updates service API and documentation
* `service/docdb-elastic`: Adds new service
* `service/glue`: Updates service API, documentation, and paginators
* 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.
* `service/s3control`: Updates service API and documentation
* 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.
* `service/sagemaker`: Updates service API, documentation, and paginators
* 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.
* `service/sagemaker-geospatial`: Adds new service

Release v1.44.149 (2022-11-29)
===

Expand Down
51 changes: 27 additions & 24 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.44.149"
const SDKVersion = "1.44.150"
11 changes: 5 additions & 6 deletions models/apis/accessanalyzer/2019-11-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1053,7 +1053,8 @@
"FindingSourceDetail":{
"type":"structure",
"members":{
"accessPointArn":{"shape":"String"}
"accessPointArn":{"shape":"String"},
"accessPointAccount":{"shape":"String"}
}
},
"FindingSourceList":{
Expand All @@ -1065,7 +1066,8 @@
"enum":[
"POLICY",
"BUCKET_ACL",
"S3_ACCESS_POINT"
"S3_ACCESS_POINT",
"S3_ACCESS_POINT_ACCOUNT"
]
},
"FindingStatus":{
Expand Down Expand Up @@ -1714,10 +1716,7 @@
"PathElement":{
"type":"structure",
"members":{
"index":{
"shape":"Integer",
"box":true
},
"index":{"shape":"Integer"},
"key":{"shape":"String"},
"substring":{"shape":"Substring"},
"value":{"shape":"String"}
Expand Down
3 changes: 2 additions & 1 deletion models/apis/accessanalyzer/2019-11-01/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@
}
},
"Criterion": {
"base": "<p>The criteria to use in the filter that defines the archive rule.</p>",
"base": "<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>",
"refs": {
"FilterCriteriaMap$value": null
}
Expand Down Expand Up @@ -1261,6 +1261,7 @@
"Finding$resourceOwnerAccount": "<p>The Amazon Web Services account ID that owns the resource.</p>",
"Finding$error": "<p>An error.</p>",
"FindingSourceDetail$accessPointArn": "<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>",
"FindingSourceDetail$accessPointAccount": "<p>The account of the cross-account access point that generated the finding.</p>",
"FindingSummary$resource": "<p>The resource that the external principal has access to.</p>",
"FindingSummary$resourceOwnerAccount": "<p>The Amazon Web Services account ID that owns the resource.</p>",
"FindingSummary$error": "<p>The error that resulted in an Error finding.</p>",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"parameters": {
"Region": {
"builtIn": "AWS::Region",
"required": false,
"required": true,
"documentation": "The AWS region used to dispatch the request.",
"type": "String"
},
Expand Down
Loading

0 comments on commit 9546abe

Please sign in to comment.