Skip to content

Commit ae9b9fd

Browse files
author
awssdkgo
committed
Release v1.34.0 (2020-08-07)
=== ### Service Client Updates * `service/glue`: Updates service API and documentation * AWS Glue now adds support for Network connection type enabling you to access resources inside your VPC using Glue crawlers and Glue ETL jobs. * `service/organizations`: Updates service API and documentation * Documentation updates for some new error reasons. * `service/s3`: Updates service documentation and examples * Updates Amazon S3 API reference documentation. * `service/sms`: Updates service API and documentation * 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 ### SDK Features * `service/s3/s3crypto`: 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.
1 parent 1e84382 commit ae9b9fd

File tree

22 files changed

+3850
-1036
lines changed

22 files changed

+3850
-1036
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
Release v1.34.0 (2020-08-07)
2+
===
3+
4+
### Service Client Updates
5+
* `service/glue`: Updates service API and documentation
6+
* AWS Glue now adds support for Network connection type enabling you to access resources inside your VPC using Glue crawlers and Glue ETL jobs.
7+
* `service/organizations`: Updates service API and documentation
8+
* Documentation updates for some new error reasons.
9+
* `service/s3`: Updates service documentation and examples
10+
* Updates Amazon S3 API reference documentation.
11+
* `service/sms`: Updates service API and documentation
12+
* 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
13+
14+
### SDK Features
15+
* `service/s3/s3crypto`: 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.
16+
117
Release v1.33.21 (2020-08-06)
218
===
319

CHANGELOG_PENDING.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
### SDK Features
2-
* `service/s3/s3crypto`: 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.
32

43
### SDK Enhancements
54

aws/endpoints/defaults.go

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ package aws
55
const SDKName = "aws-sdk-go"
66

77
// SDKVersion is the version of this SDK
8-
const SDKVersion = "1.33.21"
8+
const SDKVersion = "1.34.0"

models/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":{

models/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
},

models/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":{

models/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": {

0 commit comments

Comments
 (0)