Skip to content

Commit

Permalink
Updates SDK to v2.960.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Aug 3, 2021
1 parent f0d9e03 commit d26db12
Show file tree
Hide file tree
Showing 21 changed files with 2,035 additions and 851 deletions.
22 changes: 22 additions & 0 deletions .changes/2.960.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "Glue",
"description": "Add ConcurrentModificationException to create-table, delete-table, create-database, update-database, delete-database"
},
{
"type": "feature",
"category": "IoTSiteWise",
"description": "My AWS Service (placeholder) - This release introduces custom Intervals and offset for tumbling window in metric for AWS IoT SiteWise."
},
{
"type": "feature",
"category": "MediaConvert",
"description": "AWS Elemental MediaConvert SDK has added control over the passthrough of XDS captions metadata to outputs."
},
{
"type": "feature",
"category": "Redshift",
"description": "API support for Redshift Data Sharing feature."
}
]
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.959.0-->
<!--LATEST=2.960.0-->
<!--ENTRYINSERT-->

## 2.960.0
* feature: Glue: Add ConcurrentModificationException to create-table, delete-table, create-database, update-database, delete-database
* feature: IoTSiteWise: My AWS Service (placeholder) - This release introduces custom Intervals and offset for tumbling window in metric for AWS IoT SiteWise.
* feature: MediaConvert: AWS Elemental MediaConvert SDK has added control over the passthrough of XDS captions metadata to outputs.
* feature: Redshift: API support for Redshift Data Sharing feature.

## 2.959.0
* feature: GreengrassV2: This release adds support for component system resource limits and idempotent Create operations. You can now specify the maximum amount of CPU and memory resources that each component can use.
* feature: SSMContacts: Added new attribute in AcceptCode API. AcceptCodeValidation takes in two values - ENFORCE, IGNORE. ENFORCE forces validation of accept code and IGNORE ignores it which is also the default behavior; Corrected TagKeyList length from 200 to 50
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.959.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.960.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
19 changes: 17 additions & 2 deletions apis/glue-2017-03-31.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -534,6 +534,9 @@
},
{
"shape": "GlueEncryptionException"
},
{
"shape": "ConcurrentModificationException"
}
],
"documentation": "<p>Creates a new database in a Data Catalog.</p>"
Expand Down Expand Up @@ -880,6 +883,9 @@
},
{
"shape": "GlueEncryptionException"
},
{
"shape": "ConcurrentModificationException"
}
],
"documentation": "<p>Creates a new table definition in the Data Catalog.</p>"
Expand Down Expand Up @@ -1153,6 +1159,9 @@
},
{
"shape": "OperationTimeoutException"
},
{
"shape": "ConcurrentModificationException"
}
],
"documentation": "<p>Removes a specified database from a Data Catalog.</p> <note> <p>After completing this operation, you no longer have access to the tables (and all table versions and partitions that might belong to the tables) and the user-defined functions in the deleted database. Glue deletes these \"orphaned\" resources asynchronously in a timely manner, at the discretion of the service.</p> <p>To ensure the immediate deletion of all related resources, before calling <code>DeleteDatabase</code>, use <code>DeleteTableVersion</code> or <code>BatchDeleteTableVersion</code>, <code>DeletePartition</code> or <code>BatchDeletePartition</code>, <code>DeleteUserDefinedFunction</code>, and <code>DeleteTable</code> or <code>BatchDeleteTable</code>, to delete any resources that belong to the database.</p> </note>"
Expand Down Expand Up @@ -1467,6 +1476,9 @@
},
{
"shape": "OperationTimeoutException"
},
{
"shape": "ConcurrentModificationException"
}
],
"documentation": "<p>Removes a table definition from the Data Catalog.</p> <note> <p>After completing this operation, you no longer have access to the table versions and partitions that belong to the deleted table. Glue deletes these \"orphaned\" resources asynchronously in a timely manner, at the discretion of the service.</p> <p>To ensure the immediate deletion of all related resources, before calling <code>DeleteTable</code>, use <code>DeleteTableVersion</code> or <code>BatchDeleteTableVersion</code>, and <code>DeletePartition</code> or <code>BatchDeletePartition</code>, to delete any resources that belong to the table.</p> </note>"
Expand Down Expand Up @@ -4244,6 +4256,9 @@
},
{
"shape": "GlueEncryptionException"
},
{
"shape": "ConcurrentModificationException"
}
],
"documentation": "<p>Updates an existing database definition in a Data Catalog.</p>"
Expand Down Expand Up @@ -5906,7 +5921,7 @@
},
"ConnectionType": {
"shape": "ConnectionType",
"documentation": "<p>The type of the connection. Currently, these types are supported:</p> <ul> <li> <p> <code>JDBC</code> - Designates a connection to a database through Java Database Connectivity (JDBC).</p> </li> <li> <p> <code>KAFKA</code> - Designates a connection to an Apache Kafka streaming platform.</p> </li> <li> <p> <code>MONGODB</code> - Designates a connection to a MongoDB document database.</p> </li> <li> <p> <code>NETWORK</code> - Designates a network connection to a data source within an Amazon Virtual Private Cloud environment (Amazon VPC).</p> </li> <li> <p> <code>MARKETPLACE</code> - Uses configuration settings contained in a connector purchased from Marketplace to read from and write to data stores that are not natively supported by Glue.</p> </li> <li> <p> <code>CUSTOM</code> - Uses configuration settings contained in a custom connector to read from and write to data stores that are not natively supported by Glue.</p> </li> </ul> <p>SFTP is not supported.</p>"
"documentation": "<p>The type of the connection. Currently, these types are supported:</p> <ul> <li> <p> <code>JDBC</code> - Designates a connection to a database through Java Database Connectivity (JDBC).</p> </li> <li> <p> <code>KAFKA</code> - Designates a connection to an Apache Kafka streaming platform.</p> </li> <li> <p> <code>MONGODB</code> - Designates a connection to a MongoDB document database.</p> </li> <li> <p> <code>NETWORK</code> - Designates a network connection to a data source within an Amazon Virtual Private Cloud environment (Amazon VPC).</p> </li> <li> <p> <code>MARKETPLACE</code> - Uses configuration settings contained in a connector purchased from Amazon Web Services Marketplace to read from and write to data stores that are not natively supported by Glue.</p> </li> <li> <p> <code>CUSTOM</code> - Uses configuration settings contained in a custom connector to read from and write to data stores that are not natively supported by Glue.</p> </li> </ul> <p>SFTP is not supported.</p>"
},
"MatchCriteria": {
"shape": "MatchCriteria",
Expand Down Expand Up @@ -12206,7 +12221,7 @@
},
"EnableHybrid": {
"shape": "EnableHybridValues",
"documentation": "<p>If <code>'TRUE'</code>, indicates that you are using both methods to grant cross-account access to Data Catalog resources:</p> <ul> <li> <p>By directly updating the resource policy with <code>PutResourePolicy</code> </p> </li> <li> <p>By using the <b>Grant permissions</b> command on the Management Console.</p> </li> </ul> <p>Must be set to <code>'TRUE'</code> if you have already used the Management Console to grant cross-account access, otherwise the call fails. Default is 'FALSE'.</p>"
"documentation": "<p>If <code>'TRUE'</code>, indicates that you are using both methods to grant cross-account access to Data Catalog resources:</p> <ul> <li> <p>By directly updating the resource policy with <code>PutResourePolicy</code> </p> </li> <li> <p>By using the <b>Grant permissions</b> command on the Amazon Web Services Management Console.</p> </li> </ul> <p>Must be set to <code>'TRUE'</code> if you have already used the Management Console to grant cross-account access, otherwise the call fails. Default is 'FALSE'.</p>"
}
}
},
Expand Down
Loading

0 comments on commit d26db12

Please sign in to comment.