Skip to content

Commit

Permalink
Release v1.44.246 (2023-04-19) (#4807)
Browse files Browse the repository at this point in the history
Release v1.44.246 (2023-04-19)
===

### Service Client Updates
* `service/comprehend`: Updates service API and documentation
* `service/ecs`: Updates service API and documentation
  * This release supports the Account Setting "TagResourceAuthorization" that allows for enhanced Tagging security controls.
* `service/ram`: Updates service API, documentation, and paginators
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
  * Adds support for the ImageId parameter of CreateCustomDBEngineVersion to RDS Custom for Oracle
* `service/s3`: Updates service API, documentation, and examples
  * Provides support for "Snow" Storage class.
* `service/s3control`: Adds new service
  * Provides support for overriding endpoint when region is "snow". This will enable bucket APIs for Amazon S3 Compatible storage on Snow Family devices.
* `service/secretsmanager`: Updates service documentation and examples
  * Documentation updates for Secrets Manager
* `service/securityhub`: Updates service examples
  • Loading branch information
aws-sdk-go-automation committed Apr 19, 2023
1 parent 98e9083 commit b9f8967
Show file tree
Hide file tree
Showing 40 changed files with 12,106 additions and 3,269 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
Release v1.44.246 (2023-04-19)
===

### Service Client Updates
* `service/comprehend`: Updates service API and documentation
* `service/ecs`: Updates service API and documentation
* This release supports the Account Setting "TagResourceAuthorization" that allows for enhanced Tagging security controls.
* `service/ram`: Updates service API, documentation, and paginators
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
* Adds support for the ImageId parameter of CreateCustomDBEngineVersion to RDS Custom for Oracle
* `service/s3`: Updates service API, documentation, and examples
* Provides support for "Snow" Storage class.
* `service/s3control`: Adds new service
* Provides support for overriding endpoint when region is "snow". This will enable bucket APIs for Amazon S3 Compatible storage on Snow Family devices.
* `service/secretsmanager`: Updates service documentation and examples
* Documentation updates for Secrets Manager
* `service/securityhub`: Updates service examples

Release v1.44.245 (2023-04-17)
===

Expand Down
38 changes: 38 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.44.245"
const SDKVersion = "1.44.246"
51 changes: 49 additions & 2 deletions models/apis/comprehend/2017-11-27/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -976,6 +976,7 @@
{"shape":"ResourceUnavailableException"},
{"shape":"KmsKeyValidationException"},
{"shape":"TooManyTagsException"},
{"shape":"ResourceInUseException"},
{"shape":"InternalServerException"}
]
},
Expand All @@ -992,6 +993,7 @@
{"shape":"TooManyRequestsException"},
{"shape":"KmsKeyValidationException"},
{"shape":"TooManyTagsException"},
{"shape":"ResourceInUseException"},
{"shape":"InternalServerException"}
]
},
Expand All @@ -1010,6 +1012,7 @@
{"shape":"ResourceUnavailableException"},
{"shape":"KmsKeyValidationException"},
{"shape":"TooManyTagsException"},
{"shape":"ResourceInUseException"},
{"shape":"InternalServerException"}
]
},
Expand All @@ -1026,6 +1029,7 @@
{"shape":"TooManyRequestsException"},
{"shape":"KmsKeyValidationException"},
{"shape":"TooManyTagsException"},
{"shape":"ResourceInUseException"},
{"shape":"InternalServerException"}
]
},
Expand Down Expand Up @@ -1058,6 +1062,7 @@
{"shape":"TooManyRequestsException"},
{"shape":"KmsKeyValidationException"},
{"shape":"TooManyTagsException"},
{"shape":"ResourceInUseException"},
{"shape":"InternalServerException"}
]
},
Expand All @@ -1074,6 +1079,7 @@
{"shape":"TooManyRequestsException"},
{"shape":"KmsKeyValidationException"},
{"shape":"TooManyTagsException"},
{"shape":"ResourceInUseException"},
{"shape":"InternalServerException"}
]
},
Expand All @@ -1090,6 +1096,7 @@
{"shape":"TooManyRequestsException"},
{"shape":"KmsKeyValidationException"},
{"shape":"TooManyTagsException"},
{"shape":"ResourceInUseException"},
{"shape":"InternalServerException"}
]
},
Expand All @@ -1106,6 +1113,7 @@
{"shape":"TooManyRequestsException"},
{"shape":"KmsKeyValidationException"},
{"shape":"TooManyTagsException"},
{"shape":"ResourceInUseException"},
{"shape":"InternalServerException"}
]
},
Expand All @@ -1122,6 +1130,7 @@
{"shape":"TooManyRequestsException"},
{"shape":"KmsKeyValidationException"},
{"shape":"TooManyTagsException"},
{"shape":"ResourceInUseException"},
{"shape":"InternalServerException"}
]
},
Expand Down Expand Up @@ -1634,7 +1643,8 @@
"Labels":{"shape":"ListOfLabels"},
"DocumentMetadata":{"shape":"DocumentMetadata"},
"DocumentType":{"shape":"ListOfDocumentType"},
"Errors":{"shape":"ListOfErrors"}
"Errors":{"shape":"ListOfErrors"},
"Warnings":{"shape":"ListOfWarnings"}
},
"sensitive":true
},
Expand Down Expand Up @@ -2454,6 +2464,21 @@
"AUGMENTED_MANIFEST"
]
},
"DocumentClassifierDocumentTypeFormat":{
"type":"string",
"enum":[
"PLAIN_TEXT_DOCUMENT",
"SEMI_STRUCTURED_DOCUMENT"
]
},
"DocumentClassifierDocuments":{
"type":"structure",
"required":["S3Uri"],
"members":{
"S3Uri":{"shape":"S3Uri"},
"TestS3Uri":{"shape":"S3Uri"}
}
},
"DocumentClassifierEndpointArn":{
"type":"string",
"max":256,
Expand All @@ -2475,7 +2500,10 @@
"S3Uri":{"shape":"S3Uri"},
"TestS3Uri":{"shape":"S3Uri"},
"LabelDelimiter":{"shape":"LabelDelimiter"},
"AugmentedManifests":{"shape":"DocumentClassifierAugmentedManifestsList"}
"AugmentedManifests":{"shape":"DocumentClassifierAugmentedManifestsList"},
"DocumentType":{"shape":"DocumentClassifierDocumentTypeFormat"},
"Documents":{"shape":"DocumentClassifierDocuments"},
"DocumentReaderConfig":{"shape":"DocumentReaderConfig"}
}
},
"DocumentClassifierMode":{
Expand Down Expand Up @@ -3590,6 +3618,10 @@
"type":"list",
"member":{"shape":"TargetedSentimentEntity"}
},
"ListOfWarnings":{
"type":"list",
"member":{"shape":"WarningsListItem"}
},
"ListPiiEntitiesDetectionJobsRequest":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -3726,6 +3758,13 @@
"INTERNAL_SERVER_ERROR"
]
},
"PageBasedWarningCode":{
"type":"string",
"enum":[
"INFERENCING_PLAINTEXT_WITH_NATIVE_TRAINED_MODEL",
"INFERENCING_NATIVE_DOCUMENT_WITH_PLAINTEXT_TRAINED_MODEL"
]
},
"PartOfSpeechTag":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -4750,6 +4789,14 @@
"SecurityGroupIds":{"shape":"SecurityGroupIds"},
"Subnets":{"shape":"Subnets"}
}
},
"WarningsListItem":{
"type":"structure",
"members":{
"Page":{"shape":"Integer"},
"WarnCode":{"shape":"PageBasedWarningCode"},
"WarnMessage":{"shape":"String"}
}
}
}
}
Loading

0 comments on commit b9f8967

Please sign in to comment.