Skip to content

Commit

Permalink
Release v1.35.3 (2020-10-05) (#3577)
Browse files Browse the repository at this point in the history
Release v1.35.3 (2020-10-05)
===

### Service Client Updates
* `service/dynamodb`: Updates service API and documentation
  * This release adds a new ReplicaStatus REGION DISABLED for the Table description. This state indicates that the AWS Region for the replica is inaccessible because the AWS Region is disabled.
* `service/glue`: Updates service API and documentation
  * AWS Glue crawlers now support Amazon DocumentDB (with MongoDB compatibility) and MongoDB collections. You can choose to crawl the entire data set or only a small sample to reduce crawl time.
* `service/mediaconvert`: Updates service API and documentation
  * AWS Elemental MediaConvert SDK has added support for AVC-I and VC3 encoding in the MXF OP1a container, Nielsen non-linear watermarking, and InSync FrameFormer frame rate conversion.
* `service/sagemaker`: Updates service API and documentation
  * This release adds support for launching Amazon SageMaker Studio in your VPC. Use AppNetworkAccessType in CreateDomain API to disable access to public internet and restrict the network traffic to VPC.
* `service/streams.dynamodb`: Updates service documentation
  • Loading branch information
aws-sdk-go-automation authored Oct 5, 2020
1 parent e990d1d commit 6b34a62
Show file tree
Hide file tree
Showing 18 changed files with 2,718 additions and 532 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
Release v1.35.3 (2020-10-05)
===

### Service Client Updates
* `service/dynamodb`: Updates service API and documentation
* This release adds a new ReplicaStatus REGION DISABLED for the Table description. This state indicates that the AWS Region for the replica is inaccessible because the AWS Region is disabled.
* `service/glue`: Updates service API and documentation
* AWS Glue crawlers now support Amazon DocumentDB (with MongoDB compatibility) and MongoDB collections. You can choose to crawl the entire data set or only a small sample to reduce crawl time.
* `service/mediaconvert`: Updates service API and documentation
* AWS Elemental MediaConvert SDK has added support for AVC-I and VC3 encoding in the MXF OP1a container, Nielsen non-linear watermarking, and InSync FrameFormer frame rate conversion.
* `service/sagemaker`: Updates service API and documentation
* This release adds support for launching Amazon SageMaker Studio in your VPC. Use AppNetworkAccessType in CreateDomain API to disable access to public internet and restrict the network traffic to VPC.
* `service/streams.dynamodb`: Updates service documentation

Release v1.35.2 (2020-10-02)
===

Expand Down
2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.35.2"
const SDKVersion = "1.35.3"
6 changes: 4 additions & 2 deletions models/apis/dynamodb/2012-08-10/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2275,7 +2275,8 @@
"ReplicaStatusPercentProgress":{"shape":"ReplicaStatusPercentProgress"},
"KMSMasterKeyId":{"shape":"KMSMasterKeyId"},
"ProvisionedThroughputOverride":{"shape":"ProvisionedThroughputOverride"},
"GlobalSecondaryIndexes":{"shape":"ReplicaGlobalSecondaryIndexDescriptionList"}
"GlobalSecondaryIndexes":{"shape":"ReplicaGlobalSecondaryIndexDescriptionList"},
"ReplicaInaccessibleDateTime":{"shape":"Date"}
}
},
"ReplicaDescriptionList":{
Expand Down Expand Up @@ -2413,7 +2414,8 @@
"CREATION_FAILED",
"UPDATING",
"DELETING",
"ACTIVE"
"ACTIVE",
"REGION_DISABLED"
]
},
"ReplicaStatusDescription":{"type":"string"},
Expand Down
29 changes: 15 additions & 14 deletions models/apis/dynamodb/2012-08-10/docs-2.json

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions models/apis/glue/2017-03-31/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2994,6 +2994,7 @@
"members":{
"S3Targets":{"shape":"S3TargetList"},
"JdbcTargets":{"shape":"JdbcTargetList"},
"MongoDBTargets":{"shape":"MongoDBTargetList"},
"DynamoDBTargets":{"shape":"DynamoDBTargetList"},
"CatalogTargets":{"shape":"CatalogTargetList"}
}
Expand Down Expand Up @@ -5393,6 +5394,18 @@
},
"MessageString":{"type":"string"},
"MillisecondsCount":{"type":"long"},
"MongoDBTarget":{
"type":"structure",
"members":{
"ConnectionName":{"shape":"ConnectionName"},
"Path":{"shape":"Path"},
"ScanAll":{"shape":"NullableBoolean"}
}
},
"MongoDBTargetList":{
"type":"list",
"member":{"shape":"MongoDBTarget"}
},
"NameString":{
"type":"string",
"max":255,
Expand Down
15 changes: 15 additions & 0 deletions models/apis/glue/2017-03-31/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -819,6 +819,7 @@
"base": null,
"refs": {
"JdbcTarget$ConnectionName": "<p>The name of the connection to use to connect to the JDBC target.</p>",
"MongoDBTarget$ConnectionName": "<p>The name of the connection to use to connect to the Amazon DocumentDB or MongoDB 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>"
}
},
Expand Down Expand Up @@ -2882,6 +2883,18 @@
"Crawler$CrawlElapsedTime": "<p>If the crawler is running, contains the total time elapsed since the last crawl began.</p>"
}
},
"MongoDBTarget": {
"base": "<p>Specifies an Amazon DocumentDB or MongoDB data store to crawl.</p>",
"refs": {
"MongoDBTargetList$member": null
}
},
"MongoDBTargetList": {
"base": null,
"refs": {
"CrawlerTargets$MongoDBTargets": "<p>Specifies Amazon DocumentDB or MongoDB targets.</p>"
}
},
"NameString": {
"base": null,
"refs": {
Expand Down Expand Up @@ -3228,6 +3241,7 @@
"GetWorkflowRequest$IncludeGraph": "<p>Specifies whether to include a graph when returning the workflow resource metadata.</p>",
"GetWorkflowRunRequest$IncludeGraph": "<p>Specifies whether to include the workflow graph in response or not.</p>",
"GetWorkflowRunsRequest$IncludeGraph": "<p>Specifies whether to include the workflow graph in response or not.</p>",
"MongoDBTarget$ScanAll": "<p>Indicates whether to scan all the records, or to sample rows from the table. Scanning all the records can take a long time when the table is not a high throughput table.</p> <p>A value of <code>true</code> means to scan all records, while a value of <code>false</code> means to sample the records. If no value is specified, the value defaults to <code>true</code>.</p>",
"UpdateCsvClassifierRequest$DisableValueTrimming": "<p>Specifies not to trim values before identifying the type of column values. The default value is true.</p>",
"UpdateCsvClassifierRequest$AllowSingleColumn": "<p>Enables the processing of files that contain only one column.</p>"
}
Expand Down Expand Up @@ -3439,6 +3453,7 @@
"refs": {
"DynamoDBTarget$Path": "<p>The name of the DynamoDB table to crawl.</p>",
"JdbcTarget$Path": "<p>The path of the JDBC target.</p>",
"MongoDBTarget$Path": "<p>The path of the Amazon DocumentDB or MongoDB target (database/collection).</p>",
"PathList$member": null,
"S3Target$Path": "<p>The path to the Amazon S3 target.</p>"
}
Expand Down
Loading

0 comments on commit 6b34a62

Please sign in to comment.