Skip to content

Commit 582ccd3

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent 6eac22f commit 582ccd3

File tree

10 files changed

+1104
-371
lines changed

10 files changed

+1104
-371
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Unreleased Changes
22
------------------
33

4+
* Feature - Aws::Glue - Updated the API, and documentation for AWS Glue.
5+
6+
* Feature - Aws::Organizations - Updated the API, and documentation for AWS Organizations.
7+
8+
* Feature - Aws::S3 - Updated the documentation for Amazon Simple Storage Service.
9+
10+
* Feature - Aws::SMS - Updated the API, and documentation for AWS Server Migration Service.
11+
412
* 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.
513

614
2.11.561 (2020-08-06)

aws-sdk-core/apis/glue/2017-03-31/api-2.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2772,7 +2772,8 @@
27722772
"JDBC",
27732773
"SFTP",
27742774
"MONGODB",
2775-
"KAFKA"
2775+
"KAFKA",
2776+
"NETWORK"
27762777
]
27772778
},
27782779
"ConnectionsList":{
@@ -5679,7 +5680,8 @@
56795680
"type":"structure",
56805681
"members":{
56815682
"Path":{"shape":"Path"},
5682-
"Exclusions":{"shape":"PathList"}
5683+
"Exclusions":{"shape":"PathList"},
5684+
"ConnectionName":{"shape":"ConnectionName"}
56835685
}
56845686
},
56855687
"S3TargetList":{

aws-sdk-core/apis/glue/2017-03-31/docs-2.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -766,7 +766,8 @@
766766
"ConnectionName": {
767767
"base": null,
768768
"refs": {
769-
"JdbcTarget$ConnectionName": "<p>The name of the connection to use to connect to the JDBC target.</p>"
769+
"JdbcTarget$ConnectionName": "<p>The name of the connection to use to connect to the JDBC target.</p>",
770+
"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>"
770771
}
771772
},
772773
"ConnectionPasswordEncryption": {
@@ -792,7 +793,7 @@
792793
"base": null,
793794
"refs": {
794795
"Connection$ConnectionType": "<p>The type of the connection. Currently, SFTP is not supported.</p>",
795-
"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>",
796+
"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>",
796797
"GetConnectionsFilter$ConnectionType": "<p>The type of connections to return. Currently, SFTP is not supported.</p>"
797798
}
798799
},

aws-sdk-core/apis/organizations/2016-11-28/api-2.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1208,7 +1208,9 @@
12081208
"INVALID_EMAIL",
12091209
"CONCURRENT_ACCOUNT_MODIFICATION",
12101210
"INTERNAL_FAILURE",
1211-
"GOVCLOUD_ACCOUNT_ALREADY_EXISTS"
1211+
"GOVCLOUD_ACCOUNT_ALREADY_EXISTS",
1212+
"MISSING_BUSINESS_VALIDATION",
1213+
"MISSING_PAYMENT_INSTRUMENT"
12121214
]
12131215
},
12141216
"CreateAccountRequest":{

aws-sdk-core/apis/organizations/2016-11-28/docs-2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@
251251
"CreateAccountFailureReason": {
252252
"base": null,
253253
"refs": {
254-
"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>"
254+
"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>"
255255
}
256256
},
257257
"CreateAccountRequest": {

aws-sdk-core/apis/s3/2006-03-01/docs-2.json

Lines changed: 96 additions & 96 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)