Skip to content

Commit

Permalink
Updates SDK to v2.1116.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Apr 15, 2022
1 parent d067cb3 commit 2ce9b42
Show file tree
Hide file tree
Showing 19 changed files with 763 additions and 1,685 deletions.
17 changes: 17 additions & 0 deletions .changes/2.1116.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "Athena",
"description": "This release adds subfields, ErrorMessage, Retryable, to the AthenaError response object in the GetQueryExecution API when a query fails."
},
{
"type": "feature",
"category": "Lightsail",
"description": "This release adds support to describe the synchronization status of the account-level block public access feature for your Amazon Lightsail buckets."
},
{
"type": "feature",
"category": "RDS",
"description": "Removes Amazon RDS on VMware with the deletion of APIs related to Custom Availability Zones and Media installation"
}
]
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1115.0-->
<!--LATEST=2.1116.0-->
<!--ENTRYINSERT-->

## 2.1116.0
* feature: Athena: This release adds subfields, ErrorMessage, Retryable, to the AthenaError response object in the GetQueryExecution API when a query fails.
* feature: Lightsail: This release adds support to describe the synchronization status of the account-level block public access feature for your Amazon Lightsail buckets.
* feature: RDS: Removes Amazon RDS on VMware with the deletion of APIs related to Custom Availability Zones and Media installation

## 2.1115.0
* feature: AppStream: Includes updates for create and update fleet APIs to manage the session scripts locations for Elastic fleets.
* feature: Appflow: Enables users to pass custom token URL parameters for Oauth2 authentication during create connector profile
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.1115.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1116.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
52 changes: 28 additions & 24 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": "S18"
"shape": "S19"
},
"Tags": {
"shape": "S1b"
"shape": "S1c"
}
}
},
Expand Down Expand Up @@ -162,11 +162,11 @@
"members": {
"Name": {},
"Configuration": {
"shape": "S1n"
"shape": "S1o"
},
"Description": {},
"Tags": {
"shape": "S1b"
"shape": "S1c"
}
}
},
Expand Down Expand Up @@ -268,7 +268,7 @@
"Description": {},
"Type": {},
"Parameters": {
"shape": "S18"
"shape": "S19"
}
}
}
Expand All @@ -291,7 +291,7 @@
"type": "structure",
"members": {
"Database": {
"shape": "S25"
"shape": "S26"
}
}
}
Expand Down Expand Up @@ -488,7 +488,7 @@
"Name": {},
"State": {},
"Configuration": {
"shape": "S1n"
"shape": "S1o"
},
"Description": {},
"CreationTime": {
Expand Down Expand Up @@ -546,7 +546,7 @@
"DatabaseList": {
"type": "list",
"member": {
"shape": "S25"
"shape": "S26"
}
},
"NextToken": {}
Expand All @@ -569,7 +569,7 @@
"EngineVersions": {
"type": "list",
"member": {
"shape": "S13"
"shape": "S14"
}
},
"NextToken": {}
Expand Down Expand Up @@ -699,7 +699,7 @@
"type": "structure",
"members": {
"Tags": {
"shape": "S1b"
"shape": "S1c"
},
"NextToken": {}
}
Expand Down Expand Up @@ -730,7 +730,7 @@
"type": "timestamp"
},
"EngineVersion": {
"shape": "S13"
"shape": "S14"
}
}
}
Expand Down Expand Up @@ -795,7 +795,7 @@
"members": {
"ResourceARN": {},
"Tags": {
"shape": "S1b"
"shape": "S1c"
}
}
},
Expand Down Expand Up @@ -836,7 +836,7 @@
"Type": {},
"Description": {},
"Parameters": {
"shape": "S18"
"shape": "S19"
}
}
},
Expand Down Expand Up @@ -939,7 +939,7 @@
"type": "boolean"
},
"EngineVersion": {
"shape": "S13"
"shape": "S14"
}
}
},
Expand Down Expand Up @@ -1008,7 +1008,11 @@
},
"ErrorType": {
"type": "integer"
}
},
"Retryable": {
"type": "boolean"
},
"ErrorMessage": {}
}
}
}
Expand Down Expand Up @@ -1039,7 +1043,7 @@
},
"WorkGroup": {},
"EngineVersion": {
"shape": "S13"
"shape": "S14"
}
}
},
Expand Down Expand Up @@ -1082,19 +1086,19 @@
"Catalog": {}
}
},
"S13": {
"S14": {
"type": "structure",
"members": {
"SelectedEngineVersion": {},
"EffectiveEngineVersion": {}
}
},
"S18": {
"S19": {
"type": "map",
"key": {},
"value": {}
},
"S1b": {
"S1c": {
"type": "list",
"member": {
"type": "structure",
Expand All @@ -1104,7 +1108,7 @@
}
}
},
"S1n": {
"S1o": {
"type": "structure",
"members": {
"ResultConfiguration": {
Expand All @@ -1123,11 +1127,11 @@
"type": "boolean"
},
"EngineVersion": {
"shape": "S13"
"shape": "S14"
}
}
},
"S25": {
"S26": {
"type": "structure",
"required": [
"Name"
Expand All @@ -1136,7 +1140,7 @@
"Name": {},
"Description": {},
"Parameters": {
"shape": "S18"
"shape": "S19"
}
}
},
Expand All @@ -1161,7 +1165,7 @@
"shape": "S2y"
},
"Parameters": {
"shape": "S18"
"shape": "S19"
}
}
},
Expand Down
16 changes: 12 additions & 4 deletions apis/athena-2017-05-18.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -851,6 +851,14 @@
"ErrorType": {
"shape": "ErrorType",
"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>"
},
"Retryable": {
"shape": "Boolean",
"documentation": "<p>True if the query might succeed if resubmitted.</p>"
},
"ErrorMessage": {
"shape": "String",
"documentation": "<p>Contains a short description of the error that occurred.</p>"
}
},
"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>"
Expand Down Expand Up @@ -1339,14 +1347,14 @@
"members": {
"EncryptionOption": {
"shape": "EncryptionOption",
"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>"
"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>"
},
"KmsKey": {
"shape": "String",
"documentation": "<p>For <code>SSE-KMS</code> and <code>CSE-KMS</code>, this is the KMS key ARN or ID.</p>"
"documentation": "<p>For <code>SSE_KMS</code> and <code>CSE_KMS</code>, this is the KMS key ARN or ID.</p>"
}
},
"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>"
"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>"
},
"EncryptionOption": {
"type": "string",
Expand Down Expand Up @@ -2243,7 +2251,7 @@
},
"EncryptionConfiguration": {
"shape": "EncryptionConfiguration",
"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>"
"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>"
},
"ExpectedBucketOwner": {
"shape": "String",
Expand Down
Loading

0 comments on commit 2ce9b42

Please sign in to comment.