Skip to content

Commit 05d4f64

Browse files
author
awstools
committed
Updates SDK to v2.1085.0
1 parent f9d9c95 commit 05d4f64

31 files changed

+3047
-224
lines changed

.changes/2.1085.0.json

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "Athena",
5+
"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."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "CloudTrail",
10+
"description": "Add bytesScanned field into responses of DescribeQuery and GetQueryResults."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "ECR",
15+
"description": "This release adds support for tracking images lastRecordedPullTime."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Keyspaces",
20+
"description": "This release adds support for data definition language (DDL) operations"
21+
}
22+
]

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1084.0-->
2+
<!--LATEST=2.1085.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1085.0
6+
* 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.
7+
* feature: CloudTrail: Add bytesScanned field into responses of DescribeQuery and GetQueryResults.
8+
* feature: ECR: This release adds support for tracking images lastRecordedPullTime.
9+
* feature: Keyspaces: This release adds support for data definition language (DDL) operations
10+
511
## 2.1084.0
612
* 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.
713
* feature: MediaPackage: This release adds Hybridcast as an available profile option for Dash Origin Endpoints.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
2929
To use the SDK in the browser, simply add the following script tag to your
3030
HTML pages:
3131

32-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1084.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1085.0.min.js"></script>
3333

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

apis/athena-2017-05-18.min.json

+50-32
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,10 @@
9494
"Type": {},
9595
"Description": {},
9696
"Parameters": {
97-
"shape": "S16"
97+
"shape": "S18"
9898
},
9999
"Tags": {
100-
"shape": "S19"
100+
"shape": "S1b"
101101
}
102102
}
103103
},
@@ -162,11 +162,11 @@
162162
"members": {
163163
"Name": {},
164164
"Configuration": {
165-
"shape": "S1l"
165+
"shape": "S1n"
166166
},
167167
"Description": {},
168168
"Tags": {
169-
"shape": "S19"
169+
"shape": "S1b"
170170
}
171171
}
172172
},
@@ -268,7 +268,7 @@
268268
"Description": {},
269269
"Type": {},
270270
"Parameters": {
271-
"shape": "S16"
271+
"shape": "S18"
272272
}
273273
}
274274
}
@@ -291,7 +291,7 @@
291291
"type": "structure",
292292
"members": {
293293
"Database": {
294-
"shape": "S23"
294+
"shape": "S25"
295295
}
296296
}
297297
}
@@ -461,7 +461,7 @@
461461
"type": "structure",
462462
"members": {
463463
"TableMetadata": {
464-
"shape": "S2t"
464+
"shape": "S2v"
465465
}
466466
}
467467
}
@@ -488,7 +488,7 @@
488488
"Name": {},
489489
"State": {},
490490
"Configuration": {
491-
"shape": "S1l"
491+
"shape": "S1n"
492492
},
493493
"Description": {},
494494
"CreationTime": {
@@ -546,7 +546,7 @@
546546
"DatabaseList": {
547547
"type": "list",
548548
"member": {
549-
"shape": "S23"
549+
"shape": "S25"
550550
}
551551
},
552552
"NextToken": {}
@@ -569,7 +569,7 @@
569569
"EngineVersions": {
570570
"type": "list",
571571
"member": {
572-
"shape": "S11"
572+
"shape": "S13"
573573
}
574574
},
575575
"NextToken": {}
@@ -674,7 +674,7 @@
674674
"TableMetadataList": {
675675
"type": "list",
676676
"member": {
677-
"shape": "S2t"
677+
"shape": "S2v"
678678
}
679679
},
680680
"NextToken": {}
@@ -699,7 +699,7 @@
699699
"type": "structure",
700700
"members": {
701701
"Tags": {
702-
"shape": "S19"
702+
"shape": "S1b"
703703
},
704704
"NextToken": {}
705705
}
@@ -730,7 +730,7 @@
730730
"type": "timestamp"
731731
},
732732
"EngineVersion": {
733-
"shape": "S11"
733+
"shape": "S13"
734734
}
735735
}
736736
}
@@ -751,7 +751,7 @@
751751
"idempotencyToken": true
752752
},
753753
"QueryExecutionContext": {
754-
"shape": "Sr"
754+
"shape": "St"
755755
},
756756
"ResultConfiguration": {
757757
"shape": "Sn"
@@ -795,7 +795,7 @@
795795
"members": {
796796
"ResourceARN": {},
797797
"Tags": {
798-
"shape": "S19"
798+
"shape": "S1b"
799799
}
800800
}
801801
},
@@ -836,7 +836,7 @@
836836
"Type": {},
837837
"Description": {},
838838
"Parameters": {
839-
"shape": "S16"
839+
"shape": "S18"
840840
}
841841
}
842842
},
@@ -917,6 +917,12 @@
917917
"ExpectedBucketOwner": {},
918918
"RemoveExpectedBucketOwner": {
919919
"type": "boolean"
920+
},
921+
"AclConfiguration": {
922+
"shape": "Sr"
923+
},
924+
"RemoveAclConfiguration": {
925+
"type": "boolean"
920926
}
921927
}
922928
},
@@ -933,7 +939,7 @@
933939
"type": "boolean"
934940
},
935941
"EngineVersion": {
936-
"shape": "S11"
942+
"shape": "S13"
937943
}
938944
}
939945
},
@@ -981,7 +987,7 @@
981987
"shape": "Sn"
982988
},
983989
"QueryExecutionContext": {
984-
"shape": "Sr"
990+
"shape": "St"
985991
},
986992
"Status": {
987993
"type": "structure",
@@ -1033,7 +1039,7 @@
10331039
},
10341040
"WorkGroup": {},
10351041
"EngineVersion": {
1036-
"shape": "S11"
1042+
"shape": "S13"
10371043
}
10381044
}
10391045
},
@@ -1044,7 +1050,10 @@
10441050
"EncryptionConfiguration": {
10451051
"shape": "Sp"
10461052
},
1047-
"ExpectedBucketOwner": {}
1053+
"ExpectedBucketOwner": {},
1054+
"AclConfiguration": {
1055+
"shape": "Sr"
1056+
}
10481057
}
10491058
},
10501059
"Sp": {
@@ -1058,25 +1067,34 @@
10581067
}
10591068
},
10601069
"Sr": {
1070+
"type": "structure",
1071+
"required": [
1072+
"S3AclOption"
1073+
],
1074+
"members": {
1075+
"S3AclOption": {}
1076+
}
1077+
},
1078+
"St": {
10611079
"type": "structure",
10621080
"members": {
10631081
"Database": {},
10641082
"Catalog": {}
10651083
}
10661084
},
1067-
"S11": {
1085+
"S13": {
10681086
"type": "structure",
10691087
"members": {
10701088
"SelectedEngineVersion": {},
10711089
"EffectiveEngineVersion": {}
10721090
}
10731091
},
1074-
"S16": {
1092+
"S18": {
10751093
"type": "map",
10761094
"key": {},
10771095
"value": {}
10781096
},
1079-
"S19": {
1097+
"S1b": {
10801098
"type": "list",
10811099
"member": {
10821100
"type": "structure",
@@ -1086,7 +1104,7 @@
10861104
}
10871105
}
10881106
},
1089-
"S1l": {
1107+
"S1n": {
10901108
"type": "structure",
10911109
"members": {
10921110
"ResultConfiguration": {
@@ -1105,11 +1123,11 @@
11051123
"type": "boolean"
11061124
},
11071125
"EngineVersion": {
1108-
"shape": "S11"
1126+
"shape": "S13"
11091127
}
11101128
}
11111129
},
1112-
"S23": {
1130+
"S25": {
11131131
"type": "structure",
11141132
"required": [
11151133
"Name"
@@ -1118,11 +1136,11 @@
11181136
"Name": {},
11191137
"Description": {},
11201138
"Parameters": {
1121-
"shape": "S16"
1139+
"shape": "S18"
11221140
}
11231141
}
11241142
},
1125-
"S2t": {
1143+
"S2v": {
11261144
"type": "structure",
11271145
"required": [
11281146
"Name"
@@ -1137,17 +1155,17 @@
11371155
},
11381156
"TableType": {},
11391157
"Columns": {
1140-
"shape": "S2w"
1158+
"shape": "S2y"
11411159
},
11421160
"PartitionKeys": {
1143-
"shape": "S2w"
1161+
"shape": "S2y"
11441162
},
11451163
"Parameters": {
1146-
"shape": "S16"
1164+
"shape": "S18"
11471165
}
11481166
}
11491167
},
1150-
"S2w": {
1168+
"S2y": {
11511169
"type": "list",
11521170
"member": {
11531171
"type": "structure",

apis/athena-2017-05-18.normal.json

+31
Original file line numberDiff line numberDiff line change
@@ -823,6 +823,19 @@
823823
}
824824
},
825825
"shapes": {
826+
"AclConfiguration": {
827+
"type": "structure",
828+
"required": [
829+
"S3AclOption"
830+
],
831+
"members": {
832+
"S3AclOption": {
833+
"shape": "S3AclOption",
834+
"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>"
835+
}
836+
},
837+
"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>"
838+
},
826839
"AmazonResourceName": {
827840
"type": "string",
828841
"max": 1011,
@@ -2235,6 +2248,10 @@
22352248
"ExpectedBucketOwner": {
22362249
"shape": "String",
22372250
"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>"
2251+
},
2252+
"AclConfiguration": {
2253+
"shape": "AclConfiguration",
2254+
"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>"
22382255
}
22392256
},
22402257
"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>"
@@ -2265,6 +2282,14 @@
22652282
"RemoveExpectedBucketOwner": {
22662283
"shape": "BoxedBoolean",
22672284
"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>"
2285+
},
2286+
"AclConfiguration": {
2287+
"shape": "AclConfiguration",
2288+
"documentation": "<p>The ACL configuration for the query results.</p>"
2289+
},
2290+
"RemoveAclConfiguration": {
2291+
"shape": "BoxedBoolean",
2292+
"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>"
22682293
}
22692294
},
22702295
"documentation": "<p>The information about the updates in the query results, such as output location and encryption configuration for the query results.</p>"
@@ -2309,6 +2334,12 @@
23092334
"shape": "Row"
23102335
}
23112336
},
2337+
"S3AclOption": {
2338+
"type": "string",
2339+
"enum": [
2340+
"BUCKET_OWNER_FULL_CONTROL"
2341+
]
2342+
},
23122343
"StartQueryExecutionInput": {
23132344
"type": "structure",
23142345
"required": [

0 commit comments

Comments
 (0)