- AWS api-change: Added
ap-southeast-5
region - AWS api-change: This release introduces a new optional parameter: Entity, in PutLogEvents request
- Enable compiler optimization for the
sprintf
function. - AWS enhancement: Documentation updates.
- Add
Accept: application/json
header in request to fix incompatibility with 3rd party providers
- AWS api-change: refine the list of available regions
- AWS enhancement: Documentation updates.
- AWS enhancement: Documentation updates.
- AWS api-change: Added LogGroupClass attribute for LogGroups to classify loggroup as Standard loggroup with all capabilities or InfrequentAccess loggroup with limited capabilities.
- Allow passing explicit null values for optional fields of input objects
- AWS enhancement: Documentation updates.
- The type for
\AsyncAws\CloudWatchLogs\Input\FilterLogEventsRequest::getEndTime
,\AsyncAws\CloudWatchLogs\Input\FilterLogEventsRequest::getStartTime
,\AsyncAws\CloudWatchLogs\Input\FilterLogEventsRequest::setEndTime
and\AsyncAws\CloudWatchLogs\Input\FilterLogEventsRequest::setStartTime
usesint
instead ofstring
to reflect the AWS type. - The return type for the methods
getIngestionTime
andgetTimestamp
of\AsyncAws\CloudWatchLogs\ValueObject\FilteredLogEvent
usesint
instead ofstring
to reflect the AWS type. - The return type for
\AsyncAws\CloudWatchLogs\ValueObject\InputLogEvent::getTimestamp
usesint
instead ofstring
to reflect the AWS type. - The return type for the methods
getCreationTime
,getFirstEventTimestamp
,getLastEventTimestamp
,getLastIngestionTime
andgetStoredBytes
of\AsyncAws\CloudWatchLogs\ValueObject\LogStream
usesint
instead ofstring
to reflect the AWS type.
- Improve parameter type and return type in phpdoc
- Added
createLogStream
operation - AWS enhancement: Documentation updates.
- AWS api-change: Bug fix: logGroupName is now not a required field in GetLogEvents, FilterLogEvents, GetLogGroupFields, and DescribeLogStreams APIs as logGroupIdentifier can be provided instead
- AWS api-change: Added filter on
logGroupIdentifier
increateLogGroup
,DescribeLogStreams
andFilterLogEvents
- AWS api-change: Added
fips-us-gov-east-1
andfips-us-gov-west-1
regions - AWS enhancement: Documentation updates.
- AWS api-change: Added
us-iso-west-1
region - AWS api-change: Use specific configuration for
us
regions - Added operation
filterLogEvents
- AWS api-change: Update documentation
- Added operation
createLogGroup
- Assert the provided Input can be json-encoded.
- Changed case of object's properties to camelCase.
- Added documentation in class headers.
- Added domain exceptions.
- If provided an unrecognized region, then fallback to default region config
- Make sure we throw exception from async-aws/core
- Support for PHP 8
- Removes methods
getServiceCode
,getSignatureVersion
andgetSignatureScopeName
from Client.
- Add return typehint for
describeLogStreams
First version