Skip to content

Commit 2ce9b42

Browse files
author
awstools
committed
Updates SDK to v2.1116.0
1 parent d067cb3 commit 2ce9b42

19 files changed

+763
-1685
lines changed

.changes/2.1116.0.json

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "Athena",
5+
"description": "This release adds subfields, ErrorMessage, Retryable, to the AthenaError response object in the GetQueryExecution API when a query fails."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "Lightsail",
10+
"description": "This release adds support to describe the synchronization status of the account-level block public access feature for your Amazon Lightsail buckets."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "RDS",
15+
"description": "Removes Amazon RDS on VMware with the deletion of APIs related to Custom Availability Zones and Media installation"
16+
}
17+
]

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1115.0-->
2+
<!--LATEST=2.1116.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1116.0
6+
* feature: Athena: This release adds subfields, ErrorMessage, Retryable, to the AthenaError response object in the GetQueryExecution API when a query fails.
7+
* feature: Lightsail: This release adds support to describe the synchronization status of the account-level block public access feature for your Amazon Lightsail buckets.
8+
* feature: RDS: Removes Amazon RDS on VMware with the deletion of APIs related to Custom Availability Zones and Media installation
9+
510
## 2.1115.0
611
* feature: AppStream: Includes updates for create and update fleet APIs to manage the session scripts locations for Elastic fleets.
712
* feature: Appflow: Enables users to pass custom token URL parameters for Oauth2 authentication during create connector profile

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.1115.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1116.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

+28-24
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,10 @@
9494
"Type": {},
9595
"Description": {},
9696
"Parameters": {
97-
"shape": "S18"
97+
"shape": "S19"
9898
},
9999
"Tags": {
100-
"shape": "S1b"
100+
"shape": "S1c"
101101
}
102102
}
103103
},
@@ -162,11 +162,11 @@
162162
"members": {
163163
"Name": {},
164164
"Configuration": {
165-
"shape": "S1n"
165+
"shape": "S1o"
166166
},
167167
"Description": {},
168168
"Tags": {
169-
"shape": "S1b"
169+
"shape": "S1c"
170170
}
171171
}
172172
},
@@ -268,7 +268,7 @@
268268
"Description": {},
269269
"Type": {},
270270
"Parameters": {
271-
"shape": "S18"
271+
"shape": "S19"
272272
}
273273
}
274274
}
@@ -291,7 +291,7 @@
291291
"type": "structure",
292292
"members": {
293293
"Database": {
294-
"shape": "S25"
294+
"shape": "S26"
295295
}
296296
}
297297
}
@@ -488,7 +488,7 @@
488488
"Name": {},
489489
"State": {},
490490
"Configuration": {
491-
"shape": "S1n"
491+
"shape": "S1o"
492492
},
493493
"Description": {},
494494
"CreationTime": {
@@ -546,7 +546,7 @@
546546
"DatabaseList": {
547547
"type": "list",
548548
"member": {
549-
"shape": "S25"
549+
"shape": "S26"
550550
}
551551
},
552552
"NextToken": {}
@@ -569,7 +569,7 @@
569569
"EngineVersions": {
570570
"type": "list",
571571
"member": {
572-
"shape": "S13"
572+
"shape": "S14"
573573
}
574574
},
575575
"NextToken": {}
@@ -699,7 +699,7 @@
699699
"type": "structure",
700700
"members": {
701701
"Tags": {
702-
"shape": "S1b"
702+
"shape": "S1c"
703703
},
704704
"NextToken": {}
705705
}
@@ -730,7 +730,7 @@
730730
"type": "timestamp"
731731
},
732732
"EngineVersion": {
733-
"shape": "S13"
733+
"shape": "S14"
734734
}
735735
}
736736
}
@@ -795,7 +795,7 @@
795795
"members": {
796796
"ResourceARN": {},
797797
"Tags": {
798-
"shape": "S1b"
798+
"shape": "S1c"
799799
}
800800
}
801801
},
@@ -836,7 +836,7 @@
836836
"Type": {},
837837
"Description": {},
838838
"Parameters": {
839-
"shape": "S18"
839+
"shape": "S19"
840840
}
841841
}
842842
},
@@ -939,7 +939,7 @@
939939
"type": "boolean"
940940
},
941941
"EngineVersion": {
942-
"shape": "S13"
942+
"shape": "S14"
943943
}
944944
}
945945
},
@@ -1008,7 +1008,11 @@
10081008
},
10091009
"ErrorType": {
10101010
"type": "integer"
1011-
}
1011+
},
1012+
"Retryable": {
1013+
"type": "boolean"
1014+
},
1015+
"ErrorMessage": {}
10121016
}
10131017
}
10141018
}
@@ -1039,7 +1043,7 @@
10391043
},
10401044
"WorkGroup": {},
10411045
"EngineVersion": {
1042-
"shape": "S13"
1046+
"shape": "S14"
10431047
}
10441048
}
10451049
},
@@ -1082,19 +1086,19 @@
10821086
"Catalog": {}
10831087
}
10841088
},
1085-
"S13": {
1089+
"S14": {
10861090
"type": "structure",
10871091
"members": {
10881092
"SelectedEngineVersion": {},
10891093
"EffectiveEngineVersion": {}
10901094
}
10911095
},
1092-
"S18": {
1096+
"S19": {
10931097
"type": "map",
10941098
"key": {},
10951099
"value": {}
10961100
},
1097-
"S1b": {
1101+
"S1c": {
10981102
"type": "list",
10991103
"member": {
11001104
"type": "structure",
@@ -1104,7 +1108,7 @@
11041108
}
11051109
}
11061110
},
1107-
"S1n": {
1111+
"S1o": {
11081112
"type": "structure",
11091113
"members": {
11101114
"ResultConfiguration": {
@@ -1123,11 +1127,11 @@
11231127
"type": "boolean"
11241128
},
11251129
"EngineVersion": {
1126-
"shape": "S13"
1130+
"shape": "S14"
11271131
}
11281132
}
11291133
},
1130-
"S25": {
1134+
"S26": {
11311135
"type": "structure",
11321136
"required": [
11331137
"Name"
@@ -1136,7 +1140,7 @@
11361140
"Name": {},
11371141
"Description": {},
11381142
"Parameters": {
1139-
"shape": "S18"
1143+
"shape": "S19"
11401144
}
11411145
}
11421146
},
@@ -1161,7 +1165,7 @@
11611165
"shape": "S2y"
11621166
},
11631167
"Parameters": {
1164-
"shape": "S18"
1168+
"shape": "S19"
11651169
}
11661170
}
11671171
},

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

+12-4
Original file line numberDiff line numberDiff line change
@@ -851,6 +851,14 @@
851851
"ErrorType": {
852852
"shape": "ErrorType",
853853
"documentation": "<p>An integer value that provides specific information about an Athena query error. For the meaning of specific values, see the <a href=\"https://docs.aws.amazon.com/athena/latest/ug/error-reference.html#error-reference-error-type-reference\">Error Type Reference</a> in the <i>Amazon Athena User Guide</i>.</p>"
854+
},
855+
"Retryable": {
856+
"shape": "Boolean",
857+
"documentation": "<p>True if the query might succeed if resubmitted.</p>"
858+
},
859+
"ErrorMessage": {
860+
"shape": "String",
861+
"documentation": "<p>Contains a short description of the error that occurred.</p>"
854862
}
855863
},
856864
"documentation": "<p>Provides information about an Athena query error. The <code>AthenaError</code> feature provides standardized error information to help you understand failed queries and take steps after a query failure occurs. <code>AthenaError</code> includes an <code>ErrorCategory</code> field that specifies whether the cause of the failed query is due to system error, user error, or other error.</p>"
@@ -1339,14 +1347,14 @@
13391347
"members": {
13401348
"EncryptionOption": {
13411349
"shape": "EncryptionOption",
1342-
"documentation": "<p>Indicates whether Amazon S3 server-side encryption with Amazon S3-managed keys (<code>SSE-S3</code>), server-side encryption with KMS-managed keys (<code>SSE-KMS</code>), or client-side encryption with KMS-managed keys (CSE-KMS) is used.</p> <p>If a query runs in a workgroup and the workgroup overrides client-side settings, then the workgroup's setting for encryption is used. It specifies whether query results must be encrypted, for all queries that run in this workgroup. </p>"
1350+
"documentation": "<p>Indicates whether Amazon S3 server-side encryption with Amazon S3-managed keys (<code>SSE_S3</code>), server-side encryption with KMS-managed keys (<code>SSE_KMS</code>), or client-side encryption with KMS-managed keys (<code>CSE_KMS</code>) is used.</p> <p>If a query runs in a workgroup and the workgroup overrides client-side settings, then the workgroup's setting for encryption is used. It specifies whether query results must be encrypted, for all queries that run in this workgroup. </p>"
13431351
},
13441352
"KmsKey": {
13451353
"shape": "String",
1346-
"documentation": "<p>For <code>SSE-KMS</code> and <code>CSE-KMS</code>, this is the KMS key ARN or ID.</p>"
1354+
"documentation": "<p>For <code>SSE_KMS</code> and <code>CSE_KMS</code>, this is the KMS key ARN or ID.</p>"
13471355
}
13481356
},
1349-
"documentation": "<p>If query results are encrypted in Amazon S3, indicates the encryption option used (for example, <code>SSE-KMS</code> or <code>CSE-KMS</code>) and key information.</p>"
1357+
"documentation": "<p>If query results are encrypted in Amazon S3, indicates the encryption option used (for example, <code>SSE_KMS</code> or <code>CSE_KMS</code>) and key information.</p>"
13501358
},
13511359
"EncryptionOption": {
13521360
"type": "string",
@@ -2243,7 +2251,7 @@
22432251
},
22442252
"EncryptionConfiguration": {
22452253
"shape": "EncryptionConfiguration",
2246-
"documentation": "<p>If query results are encrypted in Amazon S3, indicates the encryption option used (for example, <code>SSE-KMS</code> or <code>CSE-KMS</code>) and key information. This is a client-side setting. If workgroup settings override client-side settings, then the query uses the encryption configuration 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>"
2254+
"documentation": "<p>If query results are encrypted in Amazon S3, indicates the encryption option used (for example, <code>SSE_KMS</code> or <code>CSE_KMS</code>) and key information. This is a client-side setting. If workgroup settings override client-side settings, then the query uses the encryption configuration 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>"
22472255
},
22482256
"ExpectedBucketOwner": {
22492257
"shape": "String",

0 commit comments

Comments
 (0)