Skip to content

Commit

Permalink
Updates SDK to v2.1085.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Mar 2, 2022
1 parent f9d9c95 commit 05d4f64
Show file tree
Hide file tree
Showing 31 changed files with 3,047 additions and 224 deletions.
22 changes: 22 additions & 0 deletions .changes/2.1085.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "Athena",
"description": "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."
},
{
"type": "feature",
"category": "CloudTrail",
"description": "Add bytesScanned field into responses of DescribeQuery and GetQueryResults."
},
{
"type": "feature",
"category": "ECR",
"description": "This release adds support for tracking images lastRecordedPullTime."
},
{
"type": "feature",
"category": "Keyspaces",
"description": "This release adds support for data definition language (DDL) operations"
}
]
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1084.0-->
<!--LATEST=2.1085.0-->
<!--ENTRYINSERT-->

## 2.1085.0
* feature: Athena: 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.
* feature: CloudTrail: Add bytesScanned field into responses of DescribeQuery and GetQueryResults.
* feature: ECR: This release adds support for tracking images lastRecordedPullTime.
* feature: Keyspaces: This release adds support for data definition language (DDL) operations

## 2.1084.0
* feature: KafkaConnect: Adds operation for custom plugin deletion (DeleteCustomPlugin) and adds new StateDescription field to DescribeCustomPlugin and DescribeConnector responses to return errors from asynchronous resource creation.
* feature: MediaPackage: This release adds Hybridcast as an available profile option for Dash Origin Endpoints.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
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.1084.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1085.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
82 changes: 50 additions & 32 deletions apis/athena-2017-05-18.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@
"Type": {},
"Description": {},
"Parameters": {
"shape": "S16"
"shape": "S18"
},
"Tags": {
"shape": "S19"
"shape": "S1b"
}
}
},
Expand Down Expand Up @@ -162,11 +162,11 @@
"members": {
"Name": {},
"Configuration": {
"shape": "S1l"
"shape": "S1n"
},
"Description": {},
"Tags": {
"shape": "S19"
"shape": "S1b"
}
}
},
Expand Down Expand Up @@ -268,7 +268,7 @@
"Description": {},
"Type": {},
"Parameters": {
"shape": "S16"
"shape": "S18"
}
}
}
Expand All @@ -291,7 +291,7 @@
"type": "structure",
"members": {
"Database": {
"shape": "S23"
"shape": "S25"
}
}
}
Expand Down Expand Up @@ -461,7 +461,7 @@
"type": "structure",
"members": {
"TableMetadata": {
"shape": "S2t"
"shape": "S2v"
}
}
}
Expand All @@ -488,7 +488,7 @@
"Name": {},
"State": {},
"Configuration": {
"shape": "S1l"
"shape": "S1n"
},
"Description": {},
"CreationTime": {
Expand Down Expand Up @@ -546,7 +546,7 @@
"DatabaseList": {
"type": "list",
"member": {
"shape": "S23"
"shape": "S25"
}
},
"NextToken": {}
Expand All @@ -569,7 +569,7 @@
"EngineVersions": {
"type": "list",
"member": {
"shape": "S11"
"shape": "S13"
}
},
"NextToken": {}
Expand Down Expand Up @@ -674,7 +674,7 @@
"TableMetadataList": {
"type": "list",
"member": {
"shape": "S2t"
"shape": "S2v"
}
},
"NextToken": {}
Expand All @@ -699,7 +699,7 @@
"type": "structure",
"members": {
"Tags": {
"shape": "S19"
"shape": "S1b"
},
"NextToken": {}
}
Expand Down Expand Up @@ -730,7 +730,7 @@
"type": "timestamp"
},
"EngineVersion": {
"shape": "S11"
"shape": "S13"
}
}
}
Expand All @@ -751,7 +751,7 @@
"idempotencyToken": true
},
"QueryExecutionContext": {
"shape": "Sr"
"shape": "St"
},
"ResultConfiguration": {
"shape": "Sn"
Expand Down Expand Up @@ -795,7 +795,7 @@
"members": {
"ResourceARN": {},
"Tags": {
"shape": "S19"
"shape": "S1b"
}
}
},
Expand Down Expand Up @@ -836,7 +836,7 @@
"Type": {},
"Description": {},
"Parameters": {
"shape": "S16"
"shape": "S18"
}
}
},
Expand Down Expand Up @@ -917,6 +917,12 @@
"ExpectedBucketOwner": {},
"RemoveExpectedBucketOwner": {
"type": "boolean"
},
"AclConfiguration": {
"shape": "Sr"
},
"RemoveAclConfiguration": {
"type": "boolean"
}
}
},
Expand All @@ -933,7 +939,7 @@
"type": "boolean"
},
"EngineVersion": {
"shape": "S11"
"shape": "S13"
}
}
},
Expand Down Expand Up @@ -981,7 +987,7 @@
"shape": "Sn"
},
"QueryExecutionContext": {
"shape": "Sr"
"shape": "St"
},
"Status": {
"type": "structure",
Expand Down Expand Up @@ -1033,7 +1039,7 @@
},
"WorkGroup": {},
"EngineVersion": {
"shape": "S11"
"shape": "S13"
}
}
},
Expand All @@ -1044,7 +1050,10 @@
"EncryptionConfiguration": {
"shape": "Sp"
},
"ExpectedBucketOwner": {}
"ExpectedBucketOwner": {},
"AclConfiguration": {
"shape": "Sr"
}
}
},
"Sp": {
Expand All @@ -1058,25 +1067,34 @@
}
},
"Sr": {
"type": "structure",
"required": [
"S3AclOption"
],
"members": {
"S3AclOption": {}
}
},
"St": {
"type": "structure",
"members": {
"Database": {},
"Catalog": {}
}
},
"S11": {
"S13": {
"type": "structure",
"members": {
"SelectedEngineVersion": {},
"EffectiveEngineVersion": {}
}
},
"S16": {
"S18": {
"type": "map",
"key": {},
"value": {}
},
"S19": {
"S1b": {
"type": "list",
"member": {
"type": "structure",
Expand All @@ -1086,7 +1104,7 @@
}
}
},
"S1l": {
"S1n": {
"type": "structure",
"members": {
"ResultConfiguration": {
Expand All @@ -1105,11 +1123,11 @@
"type": "boolean"
},
"EngineVersion": {
"shape": "S11"
"shape": "S13"
}
}
},
"S23": {
"S25": {
"type": "structure",
"required": [
"Name"
Expand All @@ -1118,11 +1136,11 @@
"Name": {},
"Description": {},
"Parameters": {
"shape": "S16"
"shape": "S18"
}
}
},
"S2t": {
"S2v": {
"type": "structure",
"required": [
"Name"
Expand All @@ -1137,17 +1155,17 @@
},
"TableType": {},
"Columns": {
"shape": "S2w"
"shape": "S2y"
},
"PartitionKeys": {
"shape": "S2w"
"shape": "S2y"
},
"Parameters": {
"shape": "S16"
"shape": "S18"
}
}
},
"S2w": {
"S2y": {
"type": "list",
"member": {
"type": "structure",
Expand Down
31 changes: 31 additions & 0 deletions apis/athena-2017-05-18.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -823,6 +823,19 @@
}
},
"shapes": {
"AclConfiguration": {
"type": "structure",
"required": [
"S3AclOption"
],
"members": {
"S3AclOption": {
"shape": "S3AclOption",
"documentation": "<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>"
}
},
"documentation": "<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>"
},
"AmazonResourceName": {
"type": "string",
"max": 1011,
Expand Down Expand Up @@ -2235,6 +2248,10 @@
"ExpectedBucketOwner": {
"shape": "String",
"documentation": "<p>The Amazon Web Services account ID that you expect to be the owner of the Amazon S3 bucket specified by <a>ResultConfiguration$OutputLocation</a>. If set, Athena uses the value for <code>ExpectedBucketOwner</code> when it makes Amazon S3 calls to your specified output location. If the <code>ExpectedBucketOwner</code> Amazon Web Services account ID does not match the actual owner of the Amazon S3 bucket, the call fails with a permissions error.</p> <p>This is a client-side setting. If workgroup settings override client-side settings, then the query uses the <code>ExpectedBucketOwner</code> setting that is specified for the workgroup, and also uses the location for storing query results specified in the workgroup. 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>"
},
"AclConfiguration": {
"shape": "AclConfiguration",
"documentation": "<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>"
}
},
"documentation": "<p>The location in Amazon S3 where query results are stored and the encryption option, if any, used for query results. These are known as \"client-side settings\". If workgroup settings override client-side settings, then the query uses the workgroup settings.</p>"
Expand Down Expand Up @@ -2265,6 +2282,14 @@
"RemoveExpectedBucketOwner": {
"shape": "BoxedBoolean",
"documentation": "<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>"
},
"AclConfiguration": {
"shape": "AclConfiguration",
"documentation": "<p>The ACL configuration for the query results.</p>"
},
"RemoveAclConfiguration": {
"shape": "BoxedBoolean",
"documentation": "<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>"
}
},
"documentation": "<p>The information about the updates in the query results, such as output location and encryption configuration for the query results.</p>"
Expand Down Expand Up @@ -2309,6 +2334,12 @@
"shape": "Row"
}
},
"S3AclOption": {
"type": "string",
"enum": [
"BUCKET_OWNER_FULL_CONTROL"
]
},
"StartQueryExecutionInput": {
"type": "structure",
"required": [
Expand Down
Loading

0 comments on commit 05d4f64

Please sign in to comment.