Skip to content

Commit

Permalink
Release v1.40.27 (2021-08-20) (#4066)
Browse files Browse the repository at this point in the history
Release v1.40.27 (2021-08-20)
===

### Service Client Updates
* `service/comprehend`: Updates service API and documentation
* `service/ec2`: Updates service API, documentation, and paginators
  * encryptionInTransitSupported added to DescribeInstanceTypes API
* `service/eks`: Updates service API and documentation
* `service/robomaker`: Updates service documentation

### SDK Bugs
* `aws`: Fix SDK's suppressing of sensitive API parameters being logged.
  * The SDK did not correctly suppress sensitive API parameters via the `String` and `GoString` methods. Updates the SDK's behavior to suppress sensitive API parameters.
  • Loading branch information
aws-sdk-go-automation authored Aug 20, 2021
1 parent f4fe6f3 commit 24db116
Show file tree
Hide file tree
Showing 16 changed files with 777 additions and 45 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.40.27 (2021-08-20)
===

### Service Client Updates
* `service/comprehend`: Updates service API and documentation
* `service/ec2`: Updates service API, documentation, and paginators
* encryptionInTransitSupported added to DescribeInstanceTypes API
* `service/eks`: Updates service API and documentation
* `service/robomaker`: Updates service documentation

### SDK Bugs
* `aws`: Fix SDK's suppressing of sensitive API parameters being logged.
* The SDK did not correctly suppress sensitive API parameters via the `String` and `GoString` methods. Updates the SDK's behavior to suppress sensitive API parameters.

Release v1.40.26 (2021-08-19)
===

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
* `aws`: Fix SDK's suppressing of sensitive API parameters being logged.
* The SDK did not correctly suppress sensitive API parameters via the `String` and `GoString` methods. Updates the SDK's behavior to suppress sensitive API parameters.
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.26"
const SDKVersion = "1.40.27"
48 changes: 40 additions & 8 deletions models/apis/comprehend/2017-11-27/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -676,6 +676,7 @@
{"shape":"ResourceNotFoundException"},
{"shape":"ResourceUnavailableException"},
{"shape":"KmsKeyValidationException"},
{"shape":"TooManyTagsException"},
{"shape":"InternalServerException"}
]
},
Expand All @@ -691,6 +692,7 @@
{"shape":"InvalidRequestException"},
{"shape":"TooManyRequestsException"},
{"shape":"KmsKeyValidationException"},
{"shape":"TooManyTagsException"},
{"shape":"InternalServerException"}
]
},
Expand All @@ -708,6 +710,7 @@
{"shape":"ResourceNotFoundException"},
{"shape":"ResourceUnavailableException"},
{"shape":"KmsKeyValidationException"},
{"shape":"TooManyTagsException"},
{"shape":"InternalServerException"}
]
},
Expand All @@ -723,6 +726,7 @@
{"shape":"InvalidRequestException"},
{"shape":"TooManyRequestsException"},
{"shape":"KmsKeyValidationException"},
{"shape":"TooManyTagsException"},
{"shape":"InternalServerException"}
]
},
Expand All @@ -738,6 +742,7 @@
{"shape":"InvalidRequestException"},
{"shape":"TooManyRequestsException"},
{"shape":"KmsKeyValidationException"},
{"shape":"TooManyTagsException"},
{"shape":"InternalServerException"}
]
},
Expand All @@ -753,6 +758,7 @@
{"shape":"InvalidRequestException"},
{"shape":"TooManyRequestsException"},
{"shape":"KmsKeyValidationException"},
{"shape":"TooManyTagsException"},
{"shape":"InternalServerException"}
]
},
Expand All @@ -768,6 +774,7 @@
{"shape":"InvalidRequestException"},
{"shape":"TooManyRequestsException"},
{"shape":"KmsKeyValidationException"},
{"shape":"TooManyTagsException"},
{"shape":"InternalServerException"}
]
},
Expand All @@ -783,6 +790,7 @@
{"shape":"InvalidRequestException"},
{"shape":"TooManyRequestsException"},
{"shape":"KmsKeyValidationException"},
{"shape":"TooManyTagsException"},
{"shape":"InternalServerException"}
]
},
Expand Down Expand Up @@ -1633,6 +1641,7 @@
"type":"structure",
"members":{
"JobId":{"shape":"JobId"},
"JobArn":{"shape":"ComprehendArn"},
"JobName":{"shape":"JobName"},
"JobStatus":{"shape":"JobStatus"},
"Message":{"shape":"AnyLengthString"},
Expand Down Expand Up @@ -1754,6 +1763,7 @@
"type":"structure",
"members":{
"JobId":{"shape":"JobId"},
"JobArn":{"shape":"ComprehendArn"},
"JobName":{"shape":"JobName"},
"JobStatus":{"shape":"JobStatus"},
"Message":{"shape":"AnyLengthString"},
Expand Down Expand Up @@ -1821,6 +1831,7 @@
"type":"structure",
"members":{
"JobId":{"shape":"JobId"},
"JobArn":{"shape":"ComprehendArn"},
"JobName":{"shape":"JobName"},
"JobStatus":{"shape":"JobStatus"},
"Message":{"shape":"AnyLengthString"},
Expand Down Expand Up @@ -2028,6 +2039,7 @@
"type":"structure",
"members":{
"JobId":{"shape":"JobId"},
"JobArn":{"shape":"ComprehendArn"},
"JobName":{"shape":"JobName"},
"JobStatus":{"shape":"JobStatus"},
"Message":{"shape":"AnyLengthString"},
Expand Down Expand Up @@ -2145,6 +2157,7 @@
"type":"structure",
"members":{
"JobId":{"shape":"JobId"},
"JobArn":{"shape":"ComprehendArn"},
"JobName":{"shape":"JobName"},
"JobStatus":{"shape":"JobStatus"},
"Message":{"shape":"AnyLengthString"},
Expand Down Expand Up @@ -2510,6 +2523,7 @@
"type":"structure",
"members":{
"JobId":{"shape":"JobId"},
"JobArn":{"shape":"ComprehendArn"},
"JobName":{"shape":"JobName"},
"JobStatus":{"shape":"JobStatus"},
"Message":{"shape":"AnyLengthString"},
Expand Down Expand Up @@ -2652,6 +2666,7 @@
"type":"structure",
"members":{
"JobId":{"shape":"JobId"},
"JobArn":{"shape":"ComprehendArn"},
"JobName":{"shape":"JobName"},
"JobStatus":{"shape":"JobStatus"},
"Message":{"shape":"AnyLengthString"},
Expand Down Expand Up @@ -2706,13 +2721,15 @@
"idempotencyToken":true
},
"VolumeKmsKeyId":{"shape":"KmsKeyId"},
"VpcConfig":{"shape":"VpcConfig"}
"VpcConfig":{"shape":"VpcConfig"},
"Tags":{"shape":"TagList"}
}
},
"StartDocumentClassificationJobResponse":{
"type":"structure",
"members":{
"JobId":{"shape":"JobId"},
"JobArn":{"shape":"ComprehendArn"},
"JobStatus":{"shape":"JobStatus"}
}
},
Expand All @@ -2733,13 +2750,15 @@
"idempotencyToken":true
},
"VolumeKmsKeyId":{"shape":"KmsKeyId"},
"VpcConfig":{"shape":"VpcConfig"}
"VpcConfig":{"shape":"VpcConfig"},
"Tags":{"shape":"TagList"}
}
},
"StartDominantLanguageDetectionJobResponse":{
"type":"structure",
"members":{
"JobId":{"shape":"JobId"},
"JobArn":{"shape":"ComprehendArn"},
"JobStatus":{"shape":"JobStatus"}
}
},
Expand All @@ -2763,13 +2782,15 @@
"idempotencyToken":true
},
"VolumeKmsKeyId":{"shape":"KmsKeyId"},
"VpcConfig":{"shape":"VpcConfig"}
"VpcConfig":{"shape":"VpcConfig"},
"Tags":{"shape":"TagList"}
}
},
"StartEntitiesDetectionJobResponse":{
"type":"structure",
"members":{
"JobId":{"shape":"JobId"},
"JobArn":{"shape":"ComprehendArn"},
"JobStatus":{"shape":"JobStatus"}
}
},
Expand All @@ -2792,13 +2813,15 @@
"shape":"ClientRequestTokenString",
"idempotencyToken":true
},
"TargetEventTypes":{"shape":"TargetEventTypes"}
"TargetEventTypes":{"shape":"TargetEventTypes"},
"Tags":{"shape":"TagList"}
}
},
"StartEventsDetectionJobResponse":{
"type":"structure",
"members":{
"JobId":{"shape":"JobId"},
"JobArn":{"shape":"ComprehendArn"},
"JobStatus":{"shape":"JobStatus"}
}
},
Expand All @@ -2821,13 +2844,15 @@
"idempotencyToken":true
},
"VolumeKmsKeyId":{"shape":"KmsKeyId"},
"VpcConfig":{"shape":"VpcConfig"}
"VpcConfig":{"shape":"VpcConfig"},
"Tags":{"shape":"TagList"}
}
},
"StartKeyPhrasesDetectionJobResponse":{
"type":"structure",
"members":{
"JobId":{"shape":"JobId"},
"JobArn":{"shape":"ComprehendArn"},
"JobStatus":{"shape":"JobStatus"}
}
},
Expand All @@ -2851,13 +2876,15 @@
"ClientRequestToken":{
"shape":"ClientRequestTokenString",
"idempotencyToken":true
}
},
"Tags":{"shape":"TagList"}
}
},
"StartPiiEntitiesDetectionJobResponse":{
"type":"structure",
"members":{
"JobId":{"shape":"JobId"},
"JobArn":{"shape":"ComprehendArn"},
"JobStatus":{"shape":"JobStatus"}
}
},
Expand All @@ -2880,13 +2907,15 @@
"idempotencyToken":true
},
"VolumeKmsKeyId":{"shape":"KmsKeyId"},
"VpcConfig":{"shape":"VpcConfig"}
"VpcConfig":{"shape":"VpcConfig"},
"Tags":{"shape":"TagList"}
}
},
"StartSentimentDetectionJobResponse":{
"type":"structure",
"members":{
"JobId":{"shape":"JobId"},
"JobArn":{"shape":"ComprehendArn"},
"JobStatus":{"shape":"JobStatus"}
}
},
Expand All @@ -2908,13 +2937,15 @@
"idempotencyToken":true
},
"VolumeKmsKeyId":{"shape":"KmsKeyId"},
"VpcConfig":{"shape":"VpcConfig"}
"VpcConfig":{"shape":"VpcConfig"},
"Tags":{"shape":"TagList"}
}
},
"StartTopicsDetectionJobResponse":{
"type":"structure",
"members":{
"JobId":{"shape":"JobId"},
"JobArn":{"shape":"ComprehendArn"},
"JobStatus":{"shape":"JobStatus"}
}
},
Expand Down Expand Up @@ -3152,6 +3183,7 @@
"type":"structure",
"members":{
"JobId":{"shape":"JobId"},
"JobArn":{"shape":"ComprehendArn"},
"JobName":{"shape":"JobName"},
"JobStatus":{"shape":"JobStatus"},
"Message":{"shape":"AnyLengthString"},
Expand Down
Loading

0 comments on commit 24db116

Please sign in to comment.