Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.43.10 #4300

Merged
merged 1 commit into from Mar 2, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,17 @@
Release v1.43.10 (2022-03-02)
===

### Service Client Updates
* `service/athena`: Updates service API and documentation
* This release adds support for S3 Object Ownership by allowing the S3 bucket owner full control canned ACL to be set when Athena writes query results to S3 buckets.
* `service/cloudtrail`: Updates service API and documentation
* Add bytesScanned field into responses of DescribeQuery and GetQueryResults.
* `service/ecr`: Updates service API and documentation
* This release adds support for tracking images lastRecordedPullTime.
* `service/gamelift`: Updates service documentation
* Minor updates to address errors.
* `service/keyspaces`: Updates service API, documentation, waiters, paginators, and examples

Release v1.43.9 (2022-03-01)
===

Expand Down
2 changes: 1 addition & 1 deletion aws/version.go
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.43.9"
const SDKVersion = "1.43.10"
18 changes: 16 additions & 2 deletions models/apis/athena/2017-05-18/api-2.json
Expand Up @@ -486,6 +486,13 @@
}
},
"shapes":{
"AclConfiguration":{
"type":"structure",
"required":["S3AclOption"],
"members":{
"S3AclOption":{"shape":"S3AclOption"}
}
},
"AmazonResourceName":{
"type":"string",
"max":1011,
Expand Down Expand Up @@ -1345,7 +1352,8 @@
"members":{
"OutputLocation":{"shape":"String"},
"EncryptionConfiguration":{"shape":"EncryptionConfiguration"},
"ExpectedBucketOwner":{"shape":"String"}
"ExpectedBucketOwner":{"shape":"String"},
"AclConfiguration":{"shape":"AclConfiguration"}
}
},
"ResultConfigurationUpdates":{
Expand All @@ -1356,7 +1364,9 @@
"EncryptionConfiguration":{"shape":"EncryptionConfiguration"},
"RemoveEncryptionConfiguration":{"shape":"BoxedBoolean"},
"ExpectedBucketOwner":{"shape":"String"},
"RemoveExpectedBucketOwner":{"shape":"BoxedBoolean"}
"RemoveExpectedBucketOwner":{"shape":"BoxedBoolean"},
"AclConfiguration":{"shape":"AclConfiguration"},
"RemoveAclConfiguration":{"shape":"BoxedBoolean"}
}
},
"ResultSet":{
Expand All @@ -1382,6 +1392,10 @@
"type":"list",
"member":{"shape":"Row"}
},
"S3AclOption":{
"type":"string",
"enum":["BUCKET_OWNER_FULL_CONTROL"]
},
"StartQueryExecutionInput":{
"type":"structure",
"required":["QueryString"],
Expand Down
14 changes: 14 additions & 0 deletions models/apis/athena/2017-05-18/docs-2.json
Expand Up @@ -39,6 +39,13 @@
"UpdateWorkGroup": "<p>Updates the workgroup with the specified name. The workgroup's name cannot be changed.</p>"
},
"shapes": {
"AclConfiguration": {
"base": "<p>Indicates that an Amazon S3 canned ACL should be set to control ownership of stored query results. When Athena stores query results in Amazon S3, the canned ACL is set with the <code>x-amz-acl</code> request header. For more information about S3 Object Ownership, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/userguide/about-object-ownership.html#object-ownership-overview\">Object Ownership settings</a> in the <i>Amazon S3 User Guide</i>.</p>",
"refs": {
"ResultConfiguration$AclConfiguration": "<p>Indicates that an Amazon S3 canned ACL should be set to control ownership of stored query results. Currently the only supported canned ACL is <code>BUCKET_OWNER_FULL_CONTROL</code>. This is a client-side setting. If workgroup settings override client-side settings, then the query uses the ACL configuration that is specified for the workgroup, and also uses the location for storing query results specified in the workgroup. For more information, see <a>WorkGroupConfiguration$EnforceWorkGroupConfiguration</a> and <a href=\"https://docs.aws.amazon.com/athena/latest/ug/workgroups-settings-override.html\">Workgroup Settings Override Client-Side Settings</a>.</p>",
"ResultConfigurationUpdates$AclConfiguration": "<p>The ACL configuration for the query results.</p>"
}
},
"AmazonResourceName": {
"base": null,
"refs": {
Expand Down Expand Up @@ -87,6 +94,7 @@
"ResultConfigurationUpdates$RemoveOutputLocation": "<p>If set to \"true\", indicates that the previously-specified query results location (also known as a client-side setting) for queries in this workgroup should be ignored and set to null. If set to \"false\" or not set, and a value is present in the <code>OutputLocation</code> in <code>ResultConfigurationUpdates</code> (the client-side setting), the <code>OutputLocation</code> in the workgroup's <code>ResultConfiguration</code> will be updated with the new value. For more information, see <a href=\"https://docs.aws.amazon.com/athena/latest/ug/workgroups-settings-override.html\">Workgroup Settings Override Client-Side Settings</a>.</p>",
"ResultConfigurationUpdates$RemoveEncryptionConfiguration": "<p>If set to \"true\", indicates that the previously-specified encryption configuration (also known as the client-side setting) for queries in this workgroup should be ignored and set to null. If set to \"false\" or not set, and a value is present in the <code>EncryptionConfiguration</code> in <code>ResultConfigurationUpdates</code> (the client-side setting), the <code>EncryptionConfiguration</code> in the workgroup's <code>ResultConfiguration</code> will be updated with the new value. For more information, see <a href=\"https://docs.aws.amazon.com/athena/latest/ug/workgroups-settings-override.html\">Workgroup Settings Override Client-Side Settings</a>.</p>",
"ResultConfigurationUpdates$RemoveExpectedBucketOwner": "<p>If set to \"true\", removes the Amazon Web Services account ID previously specified for <a>ResultConfiguration$ExpectedBucketOwner</a>. If set to \"false\" or not set, and a value is present in the <code>ExpectedBucketOwner</code> in <code>ResultConfigurationUpdates</code> (the client-side setting), the <code>ExpectedBucketOwner</code> in the workgroup's <code>ResultConfiguration</code> is updated with the new value. For more information, see <a href=\"https://docs.aws.amazon.com/athena/latest/ug/workgroups-settings-override.html\">Workgroup Settings Override Client-Side Settings</a>.</p>",
"ResultConfigurationUpdates$RemoveAclConfiguration": "<p>If set to <code>true</code>, indicates that the previously-specified ACL configuration for queries in this workgroup should be ignored and set to null. If set to <code>false</code> or not set, and a value is present in the <code>AclConfiguration</code> of <code>ResultConfigurationUpdates</code>, the <code>AclConfiguration</code> in the workgroup's <code>ResultConfiguration</code> is updated with the new value. For more information, see <a href=\"https://docs.aws.amazon.com/athena/latest/ug/workgroups-settings-override.html\">Workgroup Settings Override Client-Side Settings</a>.</p>",
"WorkGroupConfiguration$EnforceWorkGroupConfiguration": "<p>If set to \"true\", the settings for the workgroup override client-side settings. If set to \"false\", client-side settings are used. For more information, see <a href=\"https://docs.aws.amazon.com/athena/latest/ug/workgroups-settings-override.html\">Workgroup Settings Override Client-Side Settings</a>.</p>",
"WorkGroupConfiguration$PublishCloudWatchMetricsEnabled": "<p>Indicates that the Amazon CloudWatch metrics are enabled for the workgroup.</p>",
"WorkGroupConfiguration$RequesterPaysEnabled": "<p>If set to <code>true</code>, allows members assigned to a workgroup to reference Amazon S3 Requester Pays buckets in queries. If set to <code>false</code>, workgroup members cannot query data from Requester Pays buckets, and queries that retrieve data from Requester Pays buckets cause an error. The default is <code>false</code>. For more information about Requester Pays buckets, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/RequesterPaysBuckets.html\">Requester Pays Buckets</a> in the <i>Amazon Simple Storage Service Developer Guide</i>.</p>",
Expand Down Expand Up @@ -861,6 +869,12 @@
"ResultSet$Rows": "<p>The rows in the table.</p>"
}
},
"S3AclOption": {
"base": null,
"refs": {
"AclConfiguration$S3AclOption": "<p>The Amazon S3 canned ACL that Athena should specify when storing query results. Currently the only supported canned ACL is <code>BUCKET_OWNER_FULL_CONTROL</code>. If a query runs in a workgroup and the workgroup overrides client-side settings, then the Amazon S3 canned ACL specified in the workgroup's settings is used for all queries that run in the workgroup. For more information about Amazon S3 canned ACLs, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/userguide/acl-overview.html#canned-acl\">Canned ACL</a> in the <i>Amazon S3 User Guide</i>.</p>"
}
},
"StartQueryExecutionInput": {
"base": null,
"refs": {
Expand Down
7 changes: 5 additions & 2 deletions models/apis/cloudtrail/2013-11-01/api-2.json
Expand Up @@ -1596,14 +1596,16 @@
"type":"structure",
"members":{
"ResultsCount":{"shape":"Integer"},
"TotalResultsCount":{"shape":"Integer"}
"TotalResultsCount":{"shape":"Integer"},
"BytesScanned":{"shape":"Long"}
}
},
"QueryStatisticsForDescribeQuery":{
"type":"structure",
"members":{
"EventsMatched":{"shape":"Long"},
"EventsScanned":{"shape":"Long"},
"BytesScanned":{"shape":"Long"},
"ExecutionTimeInMillis":{"shape":"Integer"},
"CreationTime":{"shape":"Date"}
}
Expand All @@ -1615,7 +1617,8 @@
"RUNNING",
"FINISHED",
"FAILED",
"CANCELLED"
"CANCELLED",
"TIMED_OUT"
]
},
"ReadWriteType":{
Expand Down