Vlad Emelianov
Vlad Emelianov
Hello! Thank you for the report. Looks like, I completely overlooked async properties in aioboto3. I will try to find a proper solution.
I made all Resource attributes `Awaitable`. I am going to test this today and release all `aiobotocore/aioboto3` services.
Sorry for the delay, my changes look good, so I will release today.
@takeda @johman10 I have just updated all `aiobotocore` services with the fix included. Please update to `types-aiobotocore-s3/sqs 2.4.0.post1` and let me know if it works as it should.
Just added a [PR](https://github.com/alliefitter/boto3_type_annotations/pull/14). Works great. Thank you, guys!
I created a fork [mypy-boto3](https://mypy-boto3.readthedocs.io/en/latest/) that supports `mypy`. Some extra features: - `mypy` compatibility as a main goal - real type annotations. With `boto3` naming style string annotations do not...
Thank you for the report! Looks like an error in `botocore` shapes, because it says `AttributeNames: List[QueueAttributeName]`. However, `boto3` documentation looks correct. Let me check if `boto3` somehow overrides the...
I will add a stub for this parameter. botocore bug report: https://github.com/boto/botocore/issues/2726
Fixed in `mypy-boto3-sqs 1.24.40`. Please let me know if it works as it should.
Looks like values from `QueueAttributeNameType` do not have any effect. However, Let's wait for a proper fix from AWS team. I left only values listed in `boto3` documentation.