Skip to content

Commit

Permalink
Merge branch 'version-2' into fix_jruby
Browse files Browse the repository at this point in the history
  • Loading branch information
alextwoods committed Aug 8, 2020
2 parents 4e5cda5 + 47179a6 commit 8913ba2
Show file tree
Hide file tree
Showing 12 changed files with 1,109 additions and 373 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Unreleased Changes
------------------

2.11.562 (2020-08-07)
------------------

* Feature - Aws::Glue - Updated the API, and documentation for AWS Glue.

* Feature - Aws::Organizations - Updated the API, and documentation for AWS Organizations.

* Feature - Aws::S3 - Updated the documentation for Amazon Simple Storage Service.

* Feature - Aws::SMS - Updated the API, and documentation for AWS Server Migration Service.

* Feature - Updates to the Amazon S3 Encryption Client. This change includes fixes for issues that were reported by Sophie Schmieg from the Google ISE team, and for issues that were discovered by AWS Cryptography.

2.11.561 (2020-08-06)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.11.561
2.11.562
6 changes: 4 additions & 2 deletions aws-sdk-core/apis/glue/2017-03-31/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2772,7 +2772,8 @@
"JDBC",
"SFTP",
"MONGODB",
"KAFKA"
"KAFKA",
"NETWORK"
]
},
"ConnectionsList":{
Expand Down Expand Up @@ -5679,7 +5680,8 @@
"type":"structure",
"members":{
"Path":{"shape":"Path"},
"Exclusions":{"shape":"PathList"}
"Exclusions":{"shape":"PathList"},
"ConnectionName":{"shape":"ConnectionName"}
}
},
"S3TargetList":{
Expand Down
5 changes: 3 additions & 2 deletions aws-sdk-core/apis/glue/2017-03-31/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,8 @@
"ConnectionName": {
"base": null,
"refs": {
"JdbcTarget$ConnectionName": "<p>The name of the connection to use to connect to the JDBC target.</p>"
"JdbcTarget$ConnectionName": "<p>The name of the connection to use to connect to the JDBC target.</p>",
"S3Target$ConnectionName": "<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>"
}
},
"ConnectionPasswordEncryption": {
Expand All @@ -792,7 +793,7 @@
"base": null,
"refs": {
"Connection$ConnectionType": "<p>The type of the connection. Currently, SFTP is not supported.</p>",
"ConnectionInput$ConnectionType": "<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>",
"ConnectionInput$ConnectionType": "<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>",
"GetConnectionsFilter$ConnectionType": "<p>The type of connections to return. Currently, SFTP is not supported.</p>"
}
},
Expand Down
4 changes: 3 additions & 1 deletion aws-sdk-core/apis/organizations/2016-11-28/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1208,7 +1208,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
2 changes: 1 addition & 1 deletion aws-sdk-core/apis/organizations/2016-11-28/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@
"CreateAccountFailureReason": {
"base": null,
"refs": {
"CreateAccountStatus$FailureReason": "<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>"
"CreateAccountStatus$FailureReason": "<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>"
}
},
"CreateAccountRequest": {
Expand Down
192 changes: 96 additions & 96 deletions aws-sdk-core/apis/s3/2006-03-01/docs-2.json

Large diffs are not rendered by default.

Loading

0 comments on commit 8913ba2

Please sign in to comment.