John L.

Results 347 comments of John L.

@elofu17 - appreciate you for getting back and sharing what you found. I'm glad that you found the culprit and that the table formats came back correctly without outputing with...

Hi @elofu17 - thanks for following up. - I narrowed it down to one result and run it with `less` and that messes up the table format. ` aws rds...

Hi @elofu17 - I wanted to post an update here that we've created a backlog item for the team to investigate and during the team discussion, we noticed your statement...

Hi @JQuarticx - thanks for reaching out. In order for us to provide guidance, can you share your code snippet and error log? That would help us identify the issue...

Hi @koabra - thanks for reporting this issue. I've noted that there are formatting issues there and will work on fixing them. Meanwhile, please refer to correct format content in...

Hi @vyconm - thanks for reporting this. I wasn't able to reproduce this error by installing client with `npm`, `yarn`, and `pnpm`. Before further investigation, could you confirm if you're...

This doesn't seem like an issue with SDK, please feel free to open a new issue otherwise. Closing this one.

The pagination functionality for AWS operations is defined in service models using the [paginated](https://smithy.io/2.0/spec/behavior-traits.html#paginated-trait) trait. Looking at the service model (https://raw.githubusercontent.com/aws/aws-sdk-js-v3/refs/heads/main/codegen/sdk-codegen/aws-models/s3.json), ListObjectVersions does not have this trait. While Python (boto3)...

Hi @jknotamzn - thanks for checking in. Principal is mentioned in the docs description, second sentence. Does that help? > A principal can be X.509 certificates, IAM users, groups, and...

Thanks for your feedback, I'll pass it along to the docs team. Here's service docs that explains three types of identity principals that client IoT support for your reference: https://docs.aws.amazon.com/iot/latest/developerguide/client-authentication.html