Skip to content

CloudWatch Logs describe-deliveries returns only 4 fields, not the 9 in documentation #10002

@RhysRedbearIT

Description

@RhysRedbearIT

Describe the issue

Logs describe-deliveries returns only 4 fields, not the 9 in documentation

aws logs describe-deliveries --region us-east-1 --output json
{
"deliveries": [
{
"id": "xxx",
"arn": "arn:aws:logs:us-east-1:xxx8:delivery:xxx",
"deliverySourceName": "CreatedByCloudFront-xxx",
"deliveryDestinationArn": "arn:aws:logs:us-east-1:xxx:delivery-destination:xxx"
},
{
"id": "xxx",
"arn": "arn:aws:logs:us-east-1:xxx:delivery:xxx",
"deliverySourceName": "xxx-cloudfront-xxx",
"deliveryDestinationArn": "arn:aws:logs:us-east-1:xxx:delivery-destination:xxx"
}
]
}

Same issue occurs in Boto3 SDK and AWS API. There is an upstream source for this information that is incorrect for the API call.

Links

https://docs.aws.amazon.com/cli/latest/reference/logs/describe-deliveries.html
boto/boto3#4680
https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_DescribeDeliveries.html#API_DescribeDeliveries_ResponseSyntax

Metadata

Metadata

Labels

documentationThis is a problem with documentation.logsp3This is a minor priority issue

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions