Skip to content

Commit

Permalink
Release v1.40.46 (2021-09-21) (#4105)
Browse files Browse the repository at this point in the history
Release v1.40.46 (2021-09-21)
===

### Service Client Updates
* `service/comprehend`: Updates service API, documentation, and paginators
* `service/ec2`: Updates service API, documentation, and paginators
  * This update adds support for downloading configuration templates using new APIs (GetVpnConnectionDeviceTypes and GetVpnConnectionDeviceSampleConfiguration) and Internet Key Exchange version 2 (IKEv2) parameters for many popular CGW devices.
* `service/ecr`: Updates service API and documentation
  * This release adds additional support for repository replication
* `service/iot`: Updates service API and documentation
  * This release adds support for verifying, viewing and filtering AWS IoT Device Defender detect violations with four verification states.
* `service/kafka`: Updates service API

### SDK Bugs
* `service/dynamodb/dynamodbattribute`: Fix string alias unmarshal.
  * Fixes #3983 by correcting the unmarshaler's decoding of AttributeValue number (N) parameter into type that is a string alias.
  • Loading branch information
aws-sdk-go-automation authored Sep 21, 2021
1 parent f3fff59 commit dec8867
Show file tree
Hide file tree
Showing 23 changed files with 2,933 additions and 212 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
Release v1.40.46 (2021-09-21)
===

### Service Client Updates
* `service/comprehend`: Updates service API, documentation, and paginators
* `service/ec2`: Updates service API, documentation, and paginators
* This update adds support for downloading configuration templates using new APIs (GetVpnConnectionDeviceTypes and GetVpnConnectionDeviceSampleConfiguration) and Internet Key Exchange version 2 (IKEv2) parameters for many popular CGW devices.
* `service/ecr`: Updates service API and documentation
* This release adds additional support for repository replication
* `service/iot`: Updates service API and documentation
* This release adds support for verifying, viewing and filtering AWS IoT Device Defender detect violations with four verification states.
* `service/kafka`: Updates service API

### SDK Bugs
* `service/dynamodb/dynamodbattribute`: Fix string alias unmarshal.
* Fixes #3983 by correcting the unmarshaler's decoding of AttributeValue number (N) parameter into type that is a string alias.

Release v1.40.45 (2021-09-17)
===

Expand Down
2 changes: 0 additions & 2 deletions CHANGELOG_PENDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,3 @@
### SDK Enhancements

### SDK Bugs
* `service/dynamodb/dynamodbattribute`: Fix string alias unmarshal.
* Fixes #3983 by correcting the unmarshaler's decoding of AttributeValue number (N) parameter into type that is a string alias.
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.40.45"
const SDKVersion = "1.40.46"
132 changes: 120 additions & 12 deletions models/apis/comprehend/2017-11-27/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -499,6 +499,20 @@
{"shape":"InternalServerException"}
]
},
"ListDocumentClassifierSummaries":{
"name":"ListDocumentClassifierSummaries",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListDocumentClassifierSummariesRequest"},
"output":{"shape":"ListDocumentClassifierSummariesResponse"},
"errors":[
{"shape":"InvalidRequestException"},
{"shape":"TooManyRequestsException"},
{"shape":"InternalServerException"}
]
},
"ListDocumentClassifiers":{
"name":"ListDocumentClassifiers",
"http":{
Expand Down Expand Up @@ -558,6 +572,20 @@
{"shape":"InternalServerException"}
]
},
"ListEntityRecognizerSummaries":{
"name":"ListEntityRecognizerSummaries",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListEntityRecognizerSummariesRequest"},
"output":{"shape":"ListEntityRecognizerSummariesResponse"},
"errors":[
{"shape":"InvalidRequestException"},
{"shape":"TooManyRequestsException"},
{"shape":"InternalServerException"}
]
},
"ListEntityRecognizers":{
"name":"ListEntityRecognizers",
"http":{
Expand Down Expand Up @@ -986,6 +1014,7 @@
],
"members":{
"S3Uri":{"shape":"S3Uri"},
"Split":{"shape":"Split"},
"AttributeNames":{"shape":"AttributeNamesList"},
"AnnotationDataS3Uri":{"shape":"S3Uri"},
"SourceDocumentsS3Uri":{"shape":"S3Uri"},
Expand Down Expand Up @@ -1209,7 +1238,7 @@
"ComprehendArn":{
"type":"string",
"max":256,
"pattern":"arn:aws(-[^:]+)?:comprehend:[a-zA-Z0-9-]*:[0-9]{12}:[a-zA-Z0-9-]{1,64}/[a-zA-Z0-9](-*[a-zA-Z0-9])*"
"pattern":"arn:aws(-[^:]+)?:comprehend:[a-zA-Z0-9-]*:[0-9]{12}:[a-zA-Z0-9-]{1,64}/[a-zA-Z0-9](-*[a-zA-Z0-9])*(/version/[a-zA-Z0-9](-*[a-zA-Z0-9])*)?"
},
"ComprehendArnName":{
"type":"string",
Expand All @@ -1229,7 +1258,7 @@
"ComprehendModelArn":{
"type":"string",
"max":256,
"pattern":"arn:aws(-[^:]+)?:comprehend:[a-zA-Z0-9-]*:[0-9]{12}:(document-classifier|entity-recognizer)/[a-zA-Z0-9](-*[a-zA-Z0-9])*"
"pattern":"arn:aws(-[^:]+)?:comprehend:[a-zA-Z0-9-]*:[0-9]{12}:(document-classifier|entity-recognizer)/[a-zA-Z0-9](-*[a-zA-Z0-9])*(/version/[a-zA-Z0-9](-*[a-zA-Z0-9])*)?"
},
"ConcurrentModificationException":{
"type":"structure",
Expand Down Expand Up @@ -1265,6 +1294,7 @@
],
"members":{
"DocumentClassifierName":{"shape":"ComprehendArnName"},
"VersionName":{"shape":"VersionName"},
"DataAccessRoleArn":{"shape":"IamRoleArn"},
"Tags":{"shape":"TagList"},
"InputDataConfig":{"shape":"DocumentClassifierInputDataConfig"},
Expand Down Expand Up @@ -1321,6 +1351,7 @@
],
"members":{
"RecognizerName":{"shape":"ComprehendArnName"},
"VersionName":{"shape":"VersionName"},
"DataAccessRoleArn":{"shape":"IamRoleArn"},
"Tags":{"shape":"TagList"},
"InputDataConfig":{"shape":"EntityRecognizerInputDataConfig"},
Expand Down Expand Up @@ -1694,6 +1725,7 @@
"type":"structure",
"members":{
"Status":{"shape":"ModelStatus"},
"DocumentClassifierName":{"shape":"ComprehendArnName"},
"SubmitTimeBefore":{"shape":"Timestamp"},
"SubmitTimeAfter":{"shape":"Timestamp"}
}
Expand All @@ -1703,6 +1735,7 @@
"members":{
"DataFormat":{"shape":"DocumentClassifierDataFormat"},
"S3Uri":{"shape":"S3Uri"},
"TestS3Uri":{"shape":"S3Uri"},
"LabelDelimiter":{"shape":"LabelDelimiter"},
"AugmentedManifests":{"shape":"DocumentClassifierAugmentedManifestsList"}
}
Expand Down Expand Up @@ -1739,13 +1772,28 @@
"VolumeKmsKeyId":{"shape":"KmsKeyId"},
"VpcConfig":{"shape":"VpcConfig"},
"Mode":{"shape":"DocumentClassifierMode"},
"ModelKmsKeyId":{"shape":"KmsKeyId"}
"ModelKmsKeyId":{"shape":"KmsKeyId"},
"VersionName":{"shape":"VersionName"}
}
},
"DocumentClassifierPropertiesList":{
"type":"list",
"member":{"shape":"DocumentClassifierProperties"}
},
"DocumentClassifierSummariesList":{
"type":"list",
"member":{"shape":"DocumentClassifierSummary"}
},
"DocumentClassifierSummary":{
"type":"structure",
"members":{
"DocumentClassifierName":{"shape":"ComprehendArnName"},
"NumberOfVersions":{"shape":"Integer"},
"LatestVersionCreatedAt":{"shape":"Timestamp"},
"LatestVersionName":{"shape":"VersionName"},
"LatestVersionStatus":{"shape":"ModelStatus"}
}
},
"DocumentLabel":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -1837,11 +1885,13 @@
"Status":{"shape":"EndpointStatus"},
"Message":{"shape":"AnyLengthString"},
"ModelArn":{"shape":"ComprehendModelArn"},
"DesiredModelArn":{"shape":"ComprehendModelArn"},
"DesiredInferenceUnits":{"shape":"InferenceUnitsInteger"},
"CurrentInferenceUnits":{"shape":"InferenceUnitsInteger"},
"CreationTime":{"shape":"Timestamp"},
"LastModifiedTime":{"shape":"Timestamp"},
"DataAccessRoleArn":{"shape":"IamRoleArn"}
"DataAccessRoleArn":{"shape":"IamRoleArn"},
"DesiredDataAccessRoleArn":{"shape":"IamRoleArn"}
}
},
"EndpointPropertiesList":{
Expand Down Expand Up @@ -1911,7 +1961,8 @@
"type":"structure",
"required":["S3Uri"],
"members":{
"S3Uri":{"shape":"S3Uri"}
"S3Uri":{"shape":"S3Uri"},
"TestS3Uri":{"shape":"S3Uri"}
}
},
"EntityRecognizerArn":{
Expand All @@ -1934,7 +1985,9 @@
"type":"structure",
"required":["S3Uri"],
"members":{
"S3Uri":{"shape":"S3Uri"}
"S3Uri":{"shape":"S3Uri"},
"TestS3Uri":{"shape":"S3Uri"},
"InputFormat":{"shape":"InputFormat"}
}
},
"EntityRecognizerEndpointArn":{
Expand All @@ -1961,6 +2014,7 @@
"type":"structure",
"members":{
"Status":{"shape":"ModelStatus"},
"RecognizerName":{"shape":"ComprehendArnName"},
"SubmitTimeBefore":{"shape":"Timestamp"},
"SubmitTimeAfter":{"shape":"Timestamp"}
}
Expand Down Expand Up @@ -2015,13 +2069,28 @@
"DataAccessRoleArn":{"shape":"IamRoleArn"},
"VolumeKmsKeyId":{"shape":"KmsKeyId"},
"VpcConfig":{"shape":"VpcConfig"},
"ModelKmsKeyId":{"shape":"KmsKeyId"}
"ModelKmsKeyId":{"shape":"KmsKeyId"},
"VersionName":{"shape":"VersionName"}
}
},
"EntityRecognizerPropertiesList":{
"type":"list",
"member":{"shape":"EntityRecognizerProperties"}
},
"EntityRecognizerSummariesList":{
"type":"list",
"member":{"shape":"EntityRecognizerSummary"}
},
"EntityRecognizerSummary":{
"type":"structure",
"members":{
"RecognizerName":{"shape":"ComprehendArnName"},
"NumberOfVersions":{"shape":"Integer"},
"LatestVersionCreatedAt":{"shape":"Timestamp"},
"LatestVersionName":{"shape":"VersionName"},
"LatestVersionStatus":{"shape":"ModelStatus"}
}
},
"EntityType":{
"type":"string",
"enum":[
Expand Down Expand Up @@ -2266,6 +2335,20 @@
"NextToken":{"shape":"String"}
}
},
"ListDocumentClassifierSummariesRequest":{
"type":"structure",
"members":{
"NextToken":{"shape":"String"},
"MaxResults":{"shape":"MaxResultsInteger"}
}
},
"ListDocumentClassifierSummariesResponse":{
"type":"structure",
"members":{
"DocumentClassifierSummariesList":{"shape":"DocumentClassifierSummariesList"},
"NextToken":{"shape":"String"}
}
},
"ListDocumentClassifiersRequest":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -2326,6 +2409,20 @@
"NextToken":{"shape":"String"}
}
},
"ListEntityRecognizerSummariesRequest":{
"type":"structure",
"members":{
"NextToken":{"shape":"String"},
"MaxResults":{"shape":"MaxResultsInteger"}
}
},
"ListEntityRecognizerSummariesResponse":{
"type":"structure",
"members":{
"EntityRecognizerSummariesList":{"shape":"EntityRecognizerSummariesList"},
"NextToken":{"shape":"String"}
}
},
"ListEntityRecognizersRequest":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -2750,6 +2847,13 @@
"MIXED"
]
},
"Split":{
"type":"string",
"enum":[
"TRAIN",
"TEST"
]
},
"StartDocumentClassificationJobRequest":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -3274,20 +3378,24 @@
},
"UpdateEndpointRequest":{
"type":"structure",
"required":[
"EndpointArn",
"DesiredInferenceUnits"
],
"required":["EndpointArn"],
"members":{
"EndpointArn":{"shape":"ComprehendEndpointArn"},
"DesiredInferenceUnits":{"shape":"InferenceUnitsInteger"}
"DesiredModelArn":{"shape":"ComprehendModelArn"},
"DesiredInferenceUnits":{"shape":"InferenceUnitsInteger"},
"DesiredDataAccessRoleArn":{"shape":"IamRoleArn"}
}
},
"UpdateEndpointResponse":{
"type":"structure",
"members":{
}
},
"VersionName":{
"type":"string",
"max":63,
"pattern":"^[a-zA-Z0-9](-*[a-zA-Z0-9])*$"
},
"VpcConfig":{
"type":"structure",
"required":[
Expand Down
Loading

0 comments on commit dec8867

Please sign in to comment.