- The return type for
\AsyncAws\RdsDataService\Exception\StatementTimeoutException::getDbConnectionId
usesint
instead ofstring
to reflect the AWS type. - The return type for
\AsyncAws\RdsDataService\Result\ExecuteStatementResponse::getNumberOfRecordsUpdated
usesint
instead ofstring
to reflect the AWS type. - The return type for
\AsyncAws\RdsDataService\ValueObject\ArrayValue::getLongValues
usesint
instead ofstring
to reflect the AWS type. - The return type for
\AsyncAws\RdsDataService\ValueObject\Field::getLongValue
usesint
instead ofstring
to reflect the AWS type.
- Avoid overriding the exception message with the raw message
- Use int as the PHP representation of long fields in generated code
- Improve parameter type and return type in phpdoc
- AWS api-change: Support to receive SQL query results in the form of a simplified JSON string. This enables developers using the new JSON string format to more easily convert it to an object using popular JSON string parsing libraries.
- AWS enhancement: Documentation updates.
- Added
fips
regions - AWS enhancement: Documentation updates for RDS Data API
- AWS api-change: Added
us-iso-west-1
region
- Assert the provided Input can be json-encoded.
- AWS api-change: With the Data API, you can now use UUID and JSON data types as input to your database.
- Added documentation in class headers.
- Added domain exceptions.
- Fallback to default region config if provided region is not defined
First version