-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Description
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