Skip to content

Commit

Permalink
Merge pull request aws#2539 from aws/release
Browse files Browse the repository at this point in the history
Release v1.19.6
  • Loading branch information
aws-sdk-go-automation authored Mar 29, 2019
2 parents 9c8ccc5 + d56356f commit c4cc556
Show file tree
Hide file tree
Showing 17 changed files with 2,093 additions and 61 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
Release v1.19.6 (2019-03-29)
===

### Service Client Updates
* `service/comprehend`: Updates service API and documentation
* `aws/endpoints`: Updated Regions and Endpoints metadata.
* `service/greengrass`: Updates service API and documentation
* Greengrass APIs now support tagging operations on resources
* `service/monitoring`: Updates service API and documentation
* Added 3 new APIs, and one additional parameter to PutMetricAlarm API, to support tagging of CloudWatch Alarms.

Release v1.19.5 (2019-03-28)
===

Expand Down
1 change: 1 addition & 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.19.5"
const SDKVersion = "1.19.6"
75 changes: 56 additions & 19 deletions models/apis/comprehend/2017-11-27/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@
{"shape":"TooManyRequestsException"},
{"shape":"ResourceLimitExceededException"},
{"shape":"UnsupportedLanguageException"},
{"shape":"KmsKeyValidationException"},
{"shape":"InternalServerException"}
]
},
Expand All @@ -123,6 +124,7 @@
{"shape":"TooManyRequestsException"},
{"shape":"ResourceLimitExceededException"},
{"shape":"UnsupportedLanguageException"},
{"shape":"KmsKeyValidationException"},
{"shape":"InternalServerException"}
]
},
Expand Down Expand Up @@ -487,6 +489,7 @@
{"shape":"TooManyRequestsException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ResourceUnavailableException"},
{"shape":"KmsKeyValidationException"},
{"shape":"InternalServerException"}
]
},
Expand All @@ -501,6 +504,7 @@
"errors":[
{"shape":"InvalidRequestException"},
{"shape":"TooManyRequestsException"},
{"shape":"KmsKeyValidationException"},
{"shape":"InternalServerException"}
]
},
Expand All @@ -517,6 +521,7 @@
{"shape":"TooManyRequestsException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ResourceUnavailableException"},
{"shape":"KmsKeyValidationException"},
{"shape":"InternalServerException"}
]
},
Expand All @@ -531,6 +536,7 @@
"errors":[
{"shape":"InvalidRequestException"},
{"shape":"TooManyRequestsException"},
{"shape":"KmsKeyValidationException"},
{"shape":"InternalServerException"}
]
},
Expand All @@ -545,6 +551,7 @@
"errors":[
{"shape":"InvalidRequestException"},
{"shape":"TooManyRequestsException"},
{"shape":"KmsKeyValidationException"},
{"shape":"InternalServerException"}
]
},
Expand All @@ -559,6 +566,7 @@
"errors":[
{"shape":"InvalidRequestException"},
{"shape":"TooManyRequestsException"},
{"shape":"KmsKeyValidationException"},
{"shape":"InternalServerException"}
]
},
Expand Down Expand Up @@ -857,7 +865,8 @@
"shape":"ClientRequestTokenString",
"idempotencyToken":true
},
"LanguageCode":{"shape":"LanguageCode"}
"LanguageCode":{"shape":"LanguageCode"},
"VolumeKmsKeyId":{"shape":"KmsKeyId"}
}
},
"CreateDocumentClassifierResponse":{
Expand All @@ -882,7 +891,8 @@
"shape":"ClientRequestTokenString",
"idempotencyToken":true
},
"LanguageCode":{"shape":"LanguageCode"}
"LanguageCode":{"shape":"LanguageCode"},
"VolumeKmsKeyId":{"shape":"KmsKeyId"}
}
},
"CreateEntityRecognizerResponse":{
Expand Down Expand Up @@ -1122,7 +1132,8 @@
"DocumentClassifierArn":{"shape":"DocumentClassifierArn"},
"InputDataConfig":{"shape":"InputDataConfig"},
"OutputDataConfig":{"shape":"OutputDataConfig"},
"DataAccessRoleArn":{"shape":"IamRoleArn"}
"DataAccessRoleArn":{"shape":"IamRoleArn"},
"VolumeKmsKeyId":{"shape":"KmsKeyId"}
}
},
"DocumentClassificationJobPropertiesList":{
Expand All @@ -1132,7 +1143,7 @@
"DocumentClassifierArn":{
"type":"string",
"max":256,
"pattern":"arn:aws:comprehend:[a-zA-Z0-9-]*:[0-9]{12}:document-classifier/[a-zA-Z0-9](-*[a-zA-Z0-9])*"
"pattern":"arn:aws(-[^:]+)?:comprehend:[a-zA-Z0-9-]*:[0-9]{12}:document-classifier/[a-zA-Z0-9](-*[a-zA-Z0-9])*"
},
"DocumentClassifierFilter":{
"type":"structure",
Expand Down Expand Up @@ -1162,7 +1173,8 @@
"TrainingEndTime":{"shape":"Timestamp"},
"InputDataConfig":{"shape":"DocumentClassifierInputDataConfig"},
"ClassifierMetadata":{"shape":"ClassifierMetadata"},
"DataAccessRoleArn":{"shape":"IamRoleArn"}
"DataAccessRoleArn":{"shape":"IamRoleArn"},
"VolumeKmsKeyId":{"shape":"KmsKeyId"}
}
},
"DocumentClassifierPropertiesList":{
Expand Down Expand Up @@ -1196,7 +1208,8 @@
"EndTime":{"shape":"Timestamp"},
"InputDataConfig":{"shape":"InputDataConfig"},
"OutputDataConfig":{"shape":"OutputDataConfig"},
"DataAccessRoleArn":{"shape":"IamRoleArn"}
"DataAccessRoleArn":{"shape":"IamRoleArn"},
"VolumeKmsKeyId":{"shape":"KmsKeyId"}
}
},
"DominantLanguageDetectionJobPropertiesList":{
Expand Down Expand Up @@ -1226,7 +1239,8 @@
"InputDataConfig":{"shape":"InputDataConfig"},
"OutputDataConfig":{"shape":"OutputDataConfig"},
"LanguageCode":{"shape":"LanguageCode"},
"DataAccessRoleArn":{"shape":"IamRoleArn"}
"DataAccessRoleArn":{"shape":"IamRoleArn"},
"VolumeKmsKeyId":{"shape":"KmsKeyId"}
}
},
"EntitiesDetectionJobPropertiesList":{
Expand All @@ -1253,7 +1267,7 @@
"EntityRecognizerArn":{
"type":"string",
"max":256,
"pattern":"arn:aws:comprehend:[a-zA-Z0-9-]*:[0-9]{12}:entity-recognizer/[a-zA-Z0-9](-*[a-zA-Z0-9])*"
"pattern":"arn:aws(-[^:]+)?:comprehend:[a-zA-Z0-9-]*:[0-9]{12}:entity-recognizer/[a-zA-Z0-9](-*[a-zA-Z0-9])*"
},
"EntityRecognizerDocuments":{
"type":"structure",
Expand Down Expand Up @@ -1330,7 +1344,8 @@
"TrainingEndTime":{"shape":"Timestamp"},
"InputDataConfig":{"shape":"EntityRecognizerInputDataConfig"},
"RecognizerMetadata":{"shape":"EntityRecognizerMetadata"},
"DataAccessRoleArn":{"shape":"IamRoleArn"}
"DataAccessRoleArn":{"shape":"IamRoleArn"},
"VolumeKmsKeyId":{"shape":"KmsKeyId"}
}
},
"EntityRecognizerPropertiesList":{
Expand Down Expand Up @@ -1472,13 +1487,25 @@
"InputDataConfig":{"shape":"InputDataConfig"},
"OutputDataConfig":{"shape":"OutputDataConfig"},
"LanguageCode":{"shape":"LanguageCode"},
"DataAccessRoleArn":{"shape":"IamRoleArn"}
"DataAccessRoleArn":{"shape":"IamRoleArn"},
"VolumeKmsKeyId":{"shape":"KmsKeyId"}
}
},
"KeyPhrasesDetectionJobPropertiesList":{
"type":"list",
"member":{"shape":"KeyPhrasesDetectionJobProperties"}
},
"KmsKeyId":{
"type":"string",
"max":2048
},
"KmsKeyValidationException":{
"type":"structure",
"members":{
"Message":{"shape":"String"}
},
"exception":true
},
"LanguageCode":{
"type":"string",
"enum":[
Expand Down Expand Up @@ -1672,7 +1699,8 @@
"type":"structure",
"required":["S3Uri"],
"members":{
"S3Uri":{"shape":"S3Uri"}
"S3Uri":{"shape":"S3Uri"},
"KmsKeyId":{"shape":"KmsKeyId"}
}
},
"PartOfSpeechTag":{
Expand Down Expand Up @@ -1759,7 +1787,8 @@
"InputDataConfig":{"shape":"InputDataConfig"},
"OutputDataConfig":{"shape":"OutputDataConfig"},
"LanguageCode":{"shape":"LanguageCode"},
"DataAccessRoleArn":{"shape":"IamRoleArn"}
"DataAccessRoleArn":{"shape":"IamRoleArn"},
"VolumeKmsKeyId":{"shape":"KmsKeyId"}
}
},
"SentimentDetectionJobPropertiesList":{
Expand Down Expand Up @@ -1801,7 +1830,8 @@
"ClientRequestToken":{
"shape":"ClientRequestTokenString",
"idempotencyToken":true
}
},
"VolumeKmsKeyId":{"shape":"KmsKeyId"}
}
},
"StartDocumentClassificationJobResponse":{
Expand All @@ -1826,7 +1856,8 @@
"ClientRequestToken":{
"shape":"ClientRequestTokenString",
"idempotencyToken":true
}
},
"VolumeKmsKeyId":{"shape":"KmsKeyId"}
}
},
"StartDominantLanguageDetectionJobResponse":{
Expand Down Expand Up @@ -1854,7 +1885,8 @@
"ClientRequestToken":{
"shape":"ClientRequestTokenString",
"idempotencyToken":true
}
},
"VolumeKmsKeyId":{"shape":"KmsKeyId"}
}
},
"StartEntitiesDetectionJobResponse":{
Expand All @@ -1881,7 +1913,8 @@
"ClientRequestToken":{
"shape":"ClientRequestTokenString",
"idempotencyToken":true
}
},
"VolumeKmsKeyId":{"shape":"KmsKeyId"}
}
},
"StartKeyPhrasesDetectionJobResponse":{
Expand All @@ -1908,7 +1941,8 @@
"ClientRequestToken":{
"shape":"ClientRequestTokenString",
"idempotencyToken":true
}
},
"VolumeKmsKeyId":{"shape":"KmsKeyId"}
}
},
"StartSentimentDetectionJobResponse":{
Expand All @@ -1934,7 +1968,8 @@
"ClientRequestToken":{
"shape":"ClientRequestTokenString",
"idempotencyToken":true
}
},
"VolumeKmsKeyId":{"shape":"KmsKeyId"}
}
},
"StartTopicsDetectionJobResponse":{
Expand Down Expand Up @@ -2088,7 +2123,9 @@
"EndTime":{"shape":"Timestamp"},
"InputDataConfig":{"shape":"InputDataConfig"},
"OutputDataConfig":{"shape":"OutputDataConfig"},
"NumberOfTopics":{"shape":"Integer"}
"NumberOfTopics":{"shape":"Integer"},
"DataAccessRoleArn":{"shape":"IamRoleArn"},
"VolumeKmsKeyId":{"shape":"KmsKeyId"}
}
},
"TopicsDetectionJobPropertiesList":{
Expand Down
Loading

0 comments on commit c4cc556

Please sign in to comment.