Skip to content

Commit

Permalink
Release v1.42.3 (2021-11-11) (#4172)
Browse files Browse the repository at this point in the history
Release v1.42.3 (2021-11-11)
===

### Service Client Updates
* `service/dynamodb`: Updates service API, documentation, waiters, paginators, and examples
  * Updated Help section for "dynamodb update-contributor-insights" API
* `service/ec2`: Updates service API and documentation
  * This release provides an additional route target for the VPC route table.
* `service/translate`: Updates service API and documentation
  • Loading branch information
aws-sdk-go-automation committed Nov 11, 2021
1 parent 79ade7e commit 98741a3
Show file tree
Hide file tree
Showing 14 changed files with 562 additions and 280 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
Release v1.42.3 (2021-11-11)
===

### Service Client Updates
* `service/dynamodb`: Updates service API, documentation, waiters, paginators, and examples
* Updated Help section for "dynamodb update-contributor-insights" API
* `service/ec2`: Updates service API and documentation
* This release provides an additional route target for the VPC route table.
* `service/translate`: Updates service API and documentation

Release v1.42.2 (2021-11-10)
===

Expand Down
39 changes: 39 additions & 0 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.42.2"
const SDKVersion = "1.42.3"
112 changes: 56 additions & 56 deletions models/apis/dynamodb/2012-08-10/docs-2.json

Large diffs are not rendered by default.

11 changes: 9 additions & 2 deletions models/apis/ec2/2016-11-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -7931,6 +7931,7 @@
"locationName":"item"
}
},
"CoreNetworkArn":{"type":"string"},
"CpuManufacturer":{
"type":"string",
"enum":[
Expand Down Expand Up @@ -9179,7 +9180,8 @@
"VpcPeeringConnectionId":{
"shape":"VpcPeeringConnectionId",
"locationName":"vpcPeeringConnectionId"
}
},
"CoreNetworkArn":{"shape":"CoreNetworkArn"}
}
},
"CreateRouteResult":{
Expand Down Expand Up @@ -28627,7 +28629,8 @@
"VpcPeeringConnectionId":{
"shape":"VpcPeeringConnectionId",
"locationName":"vpcPeeringConnectionId"
}
},
"CoreNetworkArn":{"shape":"CoreNetworkArn"}
}
},
"ReplaceRouteTableAssociationRequest":{
Expand Down Expand Up @@ -30078,6 +30081,10 @@
"VpcPeeringConnectionId":{
"shape":"String",
"locationName":"vpcPeeringConnectionId"
},
"CoreNetworkArn":{
"shape":"CoreNetworkArn",
"locationName":"coreNetworkArn"
}
}
},
Expand Down
10 changes: 9 additions & 1 deletion models/apis/ec2/2016-11-15/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2053,7 +2053,7 @@
"PrivateIpAddressSpecification$Primary": "<p>Indicates whether the private IPv4 address is the primary private IPv4 address. Only one IPv4 address can be designated as primary.</p>",
"ProvisionByoipCidrRequest$PubliclyAdvertisable": "<p>(IPv6 only) Indicate whether the address range will be publicly advertised to the internet.</p> <p>Default: true</p>",
"ProvisionByoipCidrRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
"ProvisionByoipCidrRequest$MultiRegion": "<para>Reserved.</para>",
"ProvisionByoipCidrRequest$MultiRegion": "<p>Reserved.</p>",
"PurchaseReservedInstancesOfferingRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
"PurchaseScheduledInstancesRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
"RebootInstancesRequest$DryRun": "<p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>",
Expand Down Expand Up @@ -3127,6 +3127,14 @@
"VCpuInfo$ValidCores": "<p>The valid number of cores that can be configured for the instance type.</p>"
}
},
"CoreNetworkArn": {
"base": null,
"refs": {
"CreateRouteRequest$CoreNetworkArn": null,
"ReplaceRouteRequest$CoreNetworkArn": null,
"Route$CoreNetworkArn": null
}
},
"CpuManufacturer": {
"base": null,
"refs": {
Expand Down
30 changes: 21 additions & 9 deletions models/apis/translate/2017-07-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,13 @@
},
"exception":true
},
"Directionality":{
"type":"string",
"enum":[
"UNI",
"MULTI"
]
},
"EncryptionKey":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -385,10 +392,7 @@
},
"GetTerminologyRequest":{
"type":"structure",
"required":[
"Name",
"TerminologyDataFormat"
],
"required":["Name"],
"members":{
"Name":{"shape":"ResourceName"},
"TerminologyDataFormat":{"shape":"TerminologyDataFormat"}
Expand All @@ -398,7 +402,8 @@
"type":"structure",
"members":{
"TerminologyProperties":{"shape":"TerminologyProperties"},
"TerminologyDataLocation":{"shape":"TerminologyDataLocation"}
"TerminologyDataLocation":{"shape":"TerminologyDataLocation"},
"AuxiliaryDataLocation":{"shape":"TerminologyDataLocation"}
}
},
"IamRoleArn":{
Expand All @@ -425,7 +430,8 @@
"ImportTerminologyResponse":{
"type":"structure",
"members":{
"TerminologyProperties":{"shape":"TerminologyProperties"}
"TerminologyProperties":{"shape":"TerminologyProperties"},
"AuxiliaryDataLocation":{"shape":"TerminologyDataLocation"}
}
},
"InputDataConfig":{
Expand Down Expand Up @@ -765,14 +771,16 @@
],
"members":{
"File":{"shape":"TerminologyFile"},
"Format":{"shape":"TerminologyDataFormat"}
"Format":{"shape":"TerminologyDataFormat"},
"Directionality":{"shape":"Directionality"}
}
},
"TerminologyDataFormat":{
"type":"string",
"enum":[
"CSV",
"TMX"
"TMX",
"TSV"
]
},
"TerminologyDataLocation":{
Expand Down Expand Up @@ -803,7 +811,11 @@
"SizeBytes":{"shape":"Integer"},
"TermCount":{"shape":"Integer"},
"CreatedAt":{"shape":"Timestamp"},
"LastUpdatedAt":{"shape":"Timestamp"}
"LastUpdatedAt":{"shape":"Timestamp"},
"Directionality":{"shape":"Directionality"},
"Message":{"shape":"UnboundedLengthString"},
"SkippedTermCount":{"shape":"Integer"},
"Format":{"shape":"TerminologyDataFormat"}
}
},
"TerminologyPropertiesList":{
Expand Down
22 changes: 17 additions & 5 deletions models/apis/translate/2017-07-01/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,13 @@
"refs": {
}
},
"Directionality": {
"base": null,
"refs": {
"TerminologyData$Directionality": "<p>The directionality of your terminology resource indicates whether it has one source language (uni-directional) or multiple (multi-directional).</p> <dl> <dt>UNI</dt> <dd> <p>The terminology resource has one source language (for example, the first column in a CSV file), and all of its other languages are target languages. </p> </dd> <dt>MULTI</dt> <dd> <p>Any language in the terminology resource can be the source language or a target language. A single multi-directional terminology resource can be used for jobs that translate different language pairs. For example, if the terminology contains terms in English and Spanish, then it can be used for jobs that translate English to Spanish and jobs that translate Spanish to English.</p> </dd> </dl> <p>When you create a custom terminology resource without specifying the directionality, it behaves as uni-directional terminology, although this parameter will have a null value.</p>",
"TerminologyProperties$Directionality": "<p>The directionality of your terminology resource indicates whether it has one source language (uni-directional) or multiple (multi-directional). </p> <dl> <dt>UNI</dt> <dd> <p>The terminology resource has one source language (the first column in a CSV file), and all of its other languages are target languages.</p> </dd> <dt>MULTI</dt> <dd> <p>Any language in the terminology resource can be the source language.</p> </dd> </dl>"
}
},
"EncryptionKey": {
"base": "<p>The encryption key used to encrypt this object.</p>",
"refs": {
Expand Down Expand Up @@ -183,7 +190,8 @@
"JobDetails$DocumentsWithErrorsCount": "<p>The number of documents that could not be processed during a translation job.</p>",
"JobDetails$InputDocumentsCount": "<p>The number of documents used as input in a translation job.</p>",
"TerminologyProperties$SizeBytes": "<p>The size of the file used when importing a custom terminology.</p>",
"TerminologyProperties$TermCount": "<p>The number of terms included in the custom terminology.</p>"
"TerminologyProperties$TermCount": "<p>The number of terms included in the custom terminology.</p>",
"TerminologyProperties$SkippedTermCount": "<p>The number of terms in the input file that Amazon Translate skipped when you created or updated the terminology resource.</p>"
}
},
"InternalServerException": {
Expand Down Expand Up @@ -261,7 +269,7 @@
"base": null,
"refs": {
"ParallelDataProperties$TargetLanguageCodes": "<p>The language codes for the target languages available in the parallel data file. All possible target languages are returned as an array.</p>",
"TerminologyProperties$TargetLanguageCodes": "<p>The language codes for the target languages available with the custom terminology file. All possible target languages are returned in array.</p>"
"TerminologyProperties$TargetLanguageCodes": "<p>The language codes for the target languages available with the custom terminology resource. All possible target languages are returned in array.</p>"
}
},
"LimitExceededException": {
Expand Down Expand Up @@ -518,14 +526,17 @@
"TerminologyDataFormat": {
"base": null,
"refs": {
"GetTerminologyRequest$TerminologyDataFormat": "<p>The data format of the custom terminology being retrieved, either CSV or TMX.</p>",
"TerminologyData$Format": "<p>The data format of the custom terminology. Either CSV or TMX.</p>"
"GetTerminologyRequest$TerminologyDataFormat": "<p>The data format of the custom terminology being retrieved.</p> <p>If you don't specify this parameter, Amazon Translate returns a file that has the same format as the file that was imported to create the terminology. </p> <p>If you specify this parameter when you retrieve a multi-directional terminology resource, you must specify the same format as that of the input file that was imported to create it. Otherwise, Amazon Translate throws an error.</p>",
"TerminologyData$Format": "<p>The data format of the custom terminology.</p>",
"TerminologyProperties$Format": "<p>The format of the custom terminology input file.</p>"
}
},
"TerminologyDataLocation": {
"base": "<p>The location of the custom terminology data.</p>",
"refs": {
"GetTerminologyResponse$TerminologyDataLocation": "<p>The data location of the custom terminology being retrieved. The custom terminology file is returned in a presigned url that has a 30 minute expiration.</p>"
"GetTerminologyResponse$TerminologyDataLocation": "<p>The data location of the custom terminology being retrieved. The custom terminology file is returned in a presigned url that has a 30 minute expiration.</p>",
"GetTerminologyResponse$AuxiliaryDataLocation": "<p>The Amazon S3 location of a file that provides any errors or warnings that were produced by your input file. This file was created when Amazon Translate attempted to create a terminology resource. The location is returned as a presigned URL to that has a 30 minute expiration.</p>",
"ImportTerminologyResponse$AuxiliaryDataLocation": "<p>The Amazon S3 location of a file that provides any errors or warnings that were produced by your input file. This file was created when Amazon Translate attempted to create a terminology resource. The location is returned as a presigned URL to that has a 30 minute expiration.</p>"
}
},
"TerminologyFile": {
Expand Down Expand Up @@ -606,6 +617,7 @@
"base": null,
"refs": {
"ParallelDataProperties$Message": "<p>Additional information from Amazon Translate about the parallel data resource. </p>",
"TerminologyProperties$Message": "<p>Additional information from Amazon Translate about the terminology resource.</p>",
"TextTranslationJobProperties$Message": "<p>An explanation of any errors that may have occurred during the translation job.</p>"
}
},
Expand Down
32 changes: 31 additions & 1 deletion models/endpoints/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -11378,12 +11378,24 @@
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ca-central-1" : { },
"ca-central-1" : {
"variants" : [ {
"hostname" : "fips.transcribe.ca-central-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"eu-central-1" : { },
"eu-north-1" : { },
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
"fips-ca-central-1" : {
"credentialScope" : {
"region" : "ca-central-1"
},
"deprecated" : true,
"hostname" : "fips.transcribe.ca-central-1.amazonaws.com"
},
"fips-us-east-1" : {
"credentialScope" : {
"region" : "us-east-1"
Expand Down Expand Up @@ -14836,6 +14848,12 @@
"partitionEndpoint" : "aws-us-gov-global"
},
"identitystore" : {
"defaults" : {
"variants" : [ {
"hostname" : "identitystore.{region}.{dnsSuffix}",
"tags" : [ "fips" ]
} ]
},
"endpoints" : {
"fips-us-gov-west-1" : {
"credentialScope" : {
Expand Down Expand Up @@ -15444,6 +15462,12 @@
}
},
"rds" : {
"defaults" : {
"variants" : [ {
"hostname" : "rds.{region}.{dnsSuffix}",
"tags" : [ "fips" ]
} ]
},
"endpoints" : {
"rds.us-gov-east-1" : {
"credentialScope" : {
Expand Down Expand Up @@ -15629,6 +15653,12 @@
}
},
"runtime.sagemaker" : {
"defaults" : {
"variants" : [ {
"hostname" : "runtime.sagemaker.{region}.{dnsSuffix}",
"tags" : [ "fips" ]
} ]
},
"endpoints" : {
"us-gov-west-1" : {
"variants" : [ {
Expand Down
Loading

0 comments on commit 98741a3

Please sign in to comment.