John L.

Results 346 comments of John L.

In definition, Upload() allows for efficient uploading of buffers, blobs, or streams, using a configurable amount of concurrency to perform multipart uploads where possible. This enables uploading large files or...

Hi there - apologies for the long silence here. I have notified Route 53 service team about this reported behavior. (ref: _P149607489_). Since there are no pending action items for...

Hi @codermpl - thanks for reaching out. Which SDK language are you using and are you running into any issue? Could you share your code snippet along with the error...

`Date.now()` returns a number where `Timestamp` expects Date object. Try this: ```js const input: PutMetricDataInput = { Namespace: 'abc', MetricData: [{ MetricName: 'name', Timestamp: new Date() // Convert to Date...

Based on the [service model](https://github.com/aws/aws-sdk-js-v3/blob/7ec4e310d4faeb13f83ddca59367f91c31ba387a/clients/client-cloudwatch/src/models/models_0.ts#L2172), it expects `Date` and I reached out to service team to confirm. It may be the docs that causes confusion. I'll circle back when I...

Just heard back from service team member who confirmed that the `Timestamp` [model](https://github.com/aws/aws-sdk-js-v3/blob/7ec4e310d4faeb13f83ddca59367f91c31ba387a/clients/client-cloudwatch/src/models/models_0.ts#L2172) expecting `Date` is correct behavior. Closing this issue.

Since there's no action item for SDK team and this repo is dedicated for JS SDK related issues, we're going to close this now. Feel free to reach out to...

Since there's no action item for SDK team and this repo is dedicated for JS SDK related issues, we're going to close this now. I'll keep it posted here when...

Hi everyone - thank you for your comments. It looks like the issue has been fixed and I was able to confirm it on my end as well. Please feel...

Hi @elofu17 - thanks for reaching out. I attempted to reproduce with the command you ran and I'm seeing the table format correctly with one result or more, on `aws-cli/2.13.0`....