- The return type for the methods
getFailed,getInProgress,getPending,getReady,getSkippedandgetSucceededof\AsyncAws\CodeDeploy\ValueObject\DeploymentOverviewusesintinstead ofstringto reflect the AWS type.
- Use int as the PHP representation of long fields in generated code
- Improve parameter type and return type in phpdoc
- AWS api-change: This release allows you to override the alarm configurations when creating a deployment.
- AWS api-change: Added
us-iso-west-1region - AWS api-change: Use specific configuration for
usregions - Added
createDeploymentmethod - Added
getDeploymentmethod
- AWS api-change: Improve documentation
- Assert the provided Input can be json-encoded.
- Added documentation in class headers.
- Added domain exceptions.
- If provided an unrecognized region, then fallback to default region config
- Added region us-isob-east-1
- Support for PHP 8
- Removes methods
getServiceCode,getSignatureVersionandgetSignatureScopeNamefrom Client.
- Use camelCase for all getter methods.
First version