Skip to content

Commit

Permalink
Updates SDK to v2.729.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Aug 7, 2020
1 parent 566d5b8 commit fa6d7c2
Show file tree
Hide file tree
Showing 20 changed files with 1,930 additions and 611 deletions.
22 changes: 22 additions & 0 deletions .changes/2.729.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "Glue",
"description": "AWS Glue now adds support for Network connection type enabling you to access resources inside your VPC using Glue crawlers and Glue ETL jobs."
},
{
"type": "feature",
"category": "Organizations",
"description": "Documentation updates for some new error reasons."
},
{
"type": "feature",
"category": "S3",
"description": "Updates Amazon S3 API reference documentation. "
},
{
"type": "feature",
"category": "SMS",
"description": "In this release, AWS Server Migration Service (SMS) has added new features: 1. APIs to work with application and instance level validation 2. Import application catalog from AWS Application Discovery Service 3. For an application you can start on-demand replication"
}
]
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.728.0-->
<!--LATEST=2.729.0-->
<!--ENTRYINSERT-->

## 2.729.0
* feature: Glue: AWS Glue now adds support for Network connection type enabling you to access resources inside your VPC using Glue crawlers and Glue ETL jobs.
* feature: Organizations: Documentation updates for some new error reasons.
* feature: S3: Updates Amazon S3 API reference documentation.
* feature: SMS: In this release, AWS Server Migration Service (SMS) has added new features: 1. APIs to work with application and instance level validation 2. Import application catalog from AWS Application Discovery Service 3. For an application you can start on-demand replication

## 2.728.0
* feature: EC2: This release supports Wavelength resources, including carrier gateways, and carrier IP addresses.
* feature: LexModelBuildingService: Amazon Lex supports the option to enable accuracy improvements and specify an intent classification confidence score threshold.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ version.
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.728.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.729.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
3 changes: 2 additions & 1 deletion apis/glue-2017-03-31.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -3751,7 +3751,8 @@
"Path": {},
"Exclusions": {
"shape": "S1s"
}
},
"ConnectionName": {}
}
}
},
Expand Down
9 changes: 7 additions & 2 deletions apis/glue-2017-03-31.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -4993,7 +4993,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> </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> </ul> <p>SFTP is not supported.</p>"
},
"MatchCriteria": {
"shape": "MatchCriteria",
Expand Down Expand Up @@ -5079,7 +5079,8 @@
"JDBC",
"SFTP",
"MONGODB",
"KAFKA"
"KAFKA",
"NETWORK"
]
},
"ConnectionsList": {
Expand Down Expand Up @@ -10481,6 +10482,10 @@
"Exclusions": {
"shape": "PathList",
"documentation": "<p>A list of glob patterns used to exclude from the crawl. For more information, see <a href=\"https://docs.aws.amazon.com/glue/latest/dg/add-crawler.html\">Catalog Tables with a Crawler</a>.</p>"
},
"ConnectionName": {
"shape": "ConnectionName",
"documentation": "<p>The name of a connection which allows a job or crawler to access data in Amazon S3 within an Amazon Virtual Private Cloud environment (Amazon VPC).</p>"
}
},
"documentation": "<p>Specifies a data store in Amazon Simple Storage Service (Amazon S3).</p>"
Expand Down
6 changes: 4 additions & 2 deletions apis/organizations-2016-11-28.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -2186,7 +2186,9 @@
"INVALID_EMAIL",
"CONCURRENT_ACCOUNT_MODIFICATION",
"INTERNAL_FAILURE",
"GOVCLOUD_ACCOUNT_ALREADY_EXISTS"
"GOVCLOUD_ACCOUNT_ALREADY_EXISTS",
"MISSING_BUSINESS_VALIDATION",
"MISSING_PAYMENT_INSTRUMENT"
]
},
"CreateAccountRequest": {
Expand Down Expand Up @@ -2275,7 +2277,7 @@
},
"FailureReason": {
"shape": "CreateAccountFailureReason",
"documentation": "<p>If the request failed, a description of the reason for the failure.</p> <ul> <li> <p>ACCOUNT_LIMIT_EXCEEDED: The account could not be created because you have reached the limit on the number of accounts in your organization.</p> </li> <li> <p>EMAIL_ALREADY_EXISTS: The account could not be created because another AWS account with that email address already exists.</p> </li> <li> <p>GOVCLOUD_ACCOUNT_ALREADY_EXISTS: The account in the AWS GovCloud (US) Region could not be created because this Region already includes an account with that email address.</p> </li> <li> <p>INVALID_ADDRESS: The account could not be created because the address you provided is not valid.</p> </li> <li> <p>INVALID_EMAIL: The account could not be created because the email address you provided is not valid.</p> </li> <li> <p>INTERNAL_FAILURE: The account could not be created because of an internal failure. Try again later. If the problem persists, contact Customer Support.</p> </li> </ul>"
"documentation": "<p>If the request failed, a description of the reason for the failure.</p> <ul> <li> <p>ACCOUNT_LIMIT_EXCEEDED: The account could not be created because you have reached the limit on the number of accounts in your organization.</p> </li> <li> <p>CONCURRENT_ACCOUNT_MODIFICATION: You already submitted a request with the same information.</p> </li> <li> <p>EMAIL_ALREADY_EXISTS: The account could not be created because another AWS account with that email address already exists.</p> </li> <li> <p>GOVCLOUD_ACCOUNT_ALREADY_EXISTS: The account in the AWS GovCloud (US) Region could not be created because this Region already includes an account with that email address.</p> </li> <li> <p>INVALID_ADDRESS: The account could not be created because the address you provided is not valid.</p> </li> <li> <p>INVALID_EMAIL: The account could not be created because the email address you provided is not valid.</p> </li> <li> <p>INTERNAL_FAILURE: The account could not be created because of an internal failure. Try again later. If the problem persists, contact Customer Support.</p> </li> <li> <p>MISSING_BUSINESS_VALIDATION: The AWS account that owns your organization has not received Business Validation.</p> </li> <li> <p> MISSING_PAYMENT_INSTRUMENT: You must configure the master account with a valid payment method, such as a credit card.</p> </li> </ul>"
}
},
"documentation": "<p>Contains the status about a <a>CreateAccount</a> or <a>CreateGovCloudAccount</a> request to create an AWS account or an AWS GovCloud (US) account in an organization.</p>"
Expand Down
Loading

0 comments on commit fa6d7c2

Please sign in to comment.