boto3-stubs 1.37.6__py3-none-any.whl → 1.37.8__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- boto3-stubs/__init__.pyi +18 -0
 - boto3-stubs/session.pyi +19 -0
 - {boto3_stubs-1.37.6.dist-info → boto3_stubs-1.37.8.dist-info}/METADATA +13 -7
 - {boto3_stubs-1.37.6.dist-info → boto3_stubs-1.37.8.dist-info}/RECORD +7 -7
 - {boto3_stubs-1.37.6.dist-info → boto3_stubs-1.37.8.dist-info}/LICENSE +0 -0
 - {boto3_stubs-1.37.6.dist-info → boto3_stubs-1.37.8.dist-info}/WHEEL +0 -0
 - {boto3_stubs-1.37.6.dist-info → boto3_stubs-1.37.8.dist-info}/top_level.txt +0 -0
 
    
        boto3-stubs/__init__.pyi
    CHANGED
    
    | 
         @@ -171,6 +171,7 @@ from mypy_boto3_frauddetector.client import FraudDetectorClient 
     | 
|
| 
       171 
171 
     | 
    
         
             
            from mypy_boto3_freetier.client import FreeTierClient
         
     | 
| 
       172 
172 
     | 
    
         
             
            from mypy_boto3_fsx.client import FSxClient
         
     | 
| 
       173 
173 
     | 
    
         
             
            from mypy_boto3_gamelift.client import GameLiftClient
         
     | 
| 
      
 174 
     | 
    
         
            +
            from mypy_boto3_gameliftstreams.client import GameLiftStreamsClient
         
     | 
| 
       174 
175 
     | 
    
         
             
            from mypy_boto3_geo_maps.client import LocationServiceMapsV2Client
         
     | 
| 
       175 
176 
     | 
    
         
             
            from mypy_boto3_geo_places.client import LocationServicePlacesV2Client
         
     | 
| 
       176 
177 
     | 
    
         
             
            from mypy_boto3_geo_routes.client import LocationServiceRoutesV2Client
         
     | 
| 
         @@ -3094,6 +3095,23 @@ def client( 
     | 
|
| 
       3094 
3095 
     | 
    
         
             
                Create client for GameLift service.
         
     | 
| 
       3095 
3096 
     | 
    
         
             
                """
         
     | 
| 
       3096 
3097 
     | 
    
         | 
| 
      
 3098 
     | 
    
         
            +
            @overload
         
     | 
| 
      
 3099 
     | 
    
         
            +
            def client(
         
     | 
| 
      
 3100 
     | 
    
         
            +
                service_name: Literal["gameliftstreams"],
         
     | 
| 
      
 3101 
     | 
    
         
            +
                region_name: str | None = ...,
         
     | 
| 
      
 3102 
     | 
    
         
            +
                api_version: str | None = ...,
         
     | 
| 
      
 3103 
     | 
    
         
            +
                use_ssl: bool | None = ...,
         
     | 
| 
      
 3104 
     | 
    
         
            +
                verify: bool | str | None = ...,
         
     | 
| 
      
 3105 
     | 
    
         
            +
                endpoint_url: str | None = ...,
         
     | 
| 
      
 3106 
     | 
    
         
            +
                aws_access_key_id: str | None = ...,
         
     | 
| 
      
 3107 
     | 
    
         
            +
                aws_secret_access_key: str | None = ...,
         
     | 
| 
      
 3108 
     | 
    
         
            +
                aws_session_token: str | None = ...,
         
     | 
| 
      
 3109 
     | 
    
         
            +
                config: Config | None = ...,
         
     | 
| 
      
 3110 
     | 
    
         
            +
            ) -> GameLiftStreamsClient:
         
     | 
| 
      
 3111 
     | 
    
         
            +
                """
         
     | 
| 
      
 3112 
     | 
    
         
            +
                Create client for GameLiftStreams service.
         
     | 
| 
      
 3113 
     | 
    
         
            +
                """
         
     | 
| 
      
 3114 
     | 
    
         
            +
             
     | 
| 
       3097 
3115 
     | 
    
         
             
            @overload
         
     | 
| 
       3098 
3116 
     | 
    
         
             
            def client(
         
     | 
| 
       3099 
3117 
     | 
    
         
             
                service_name: Literal["geo-maps"],
         
     | 
    
        boto3-stubs/session.pyi
    CHANGED
    
    | 
         @@ -177,6 +177,7 @@ from mypy_boto3_frauddetector.client import FraudDetectorClient 
     | 
|
| 
       177 
177 
     | 
    
         
             
            from mypy_boto3_freetier.client import FreeTierClient
         
     | 
| 
       178 
178 
     | 
    
         
             
            from mypy_boto3_fsx.client import FSxClient
         
     | 
| 
       179 
179 
     | 
    
         
             
            from mypy_boto3_gamelift.client import GameLiftClient
         
     | 
| 
      
 180 
     | 
    
         
            +
            from mypy_boto3_gameliftstreams.client import GameLiftStreamsClient
         
     | 
| 
       180 
181 
     | 
    
         
             
            from mypy_boto3_geo_maps.client import LocationServiceMapsV2Client
         
     | 
| 
       181 
182 
     | 
    
         
             
            from mypy_boto3_geo_places.client import LocationServicePlacesV2Client
         
     | 
| 
       182 
183 
     | 
    
         
             
            from mypy_boto3_geo_routes.client import LocationServiceRoutesV2Client
         
     | 
| 
         @@ -3268,6 +3269,24 @@ class Session: 
     | 
|
| 
       3268 
3269 
     | 
    
         
             
                    Create client for GameLift service.
         
     | 
| 
       3269 
3270 
     | 
    
         
             
                    """
         
     | 
| 
       3270 
3271 
     | 
    
         | 
| 
      
 3272 
     | 
    
         
            +
                @overload
         
     | 
| 
      
 3273 
     | 
    
         
            +
                def client(
         
     | 
| 
      
 3274 
     | 
    
         
            +
                    self,
         
     | 
| 
      
 3275 
     | 
    
         
            +
                    service_name: Literal["gameliftstreams"],
         
     | 
| 
      
 3276 
     | 
    
         
            +
                    region_name: str | None = ...,
         
     | 
| 
      
 3277 
     | 
    
         
            +
                    api_version: str | None = ...,
         
     | 
| 
      
 3278 
     | 
    
         
            +
                    use_ssl: bool | None = ...,
         
     | 
| 
      
 3279 
     | 
    
         
            +
                    verify: bool | str | None = ...,
         
     | 
| 
      
 3280 
     | 
    
         
            +
                    endpoint_url: str | None = ...,
         
     | 
| 
      
 3281 
     | 
    
         
            +
                    aws_access_key_id: str | None = ...,
         
     | 
| 
      
 3282 
     | 
    
         
            +
                    aws_secret_access_key: str | None = ...,
         
     | 
| 
      
 3283 
     | 
    
         
            +
                    aws_session_token: str | None = ...,
         
     | 
| 
      
 3284 
     | 
    
         
            +
                    config: Config | None = ...,
         
     | 
| 
      
 3285 
     | 
    
         
            +
                ) -> GameLiftStreamsClient:
         
     | 
| 
      
 3286 
     | 
    
         
            +
                    """
         
     | 
| 
      
 3287 
     | 
    
         
            +
                    Create client for GameLiftStreams service.
         
     | 
| 
      
 3288 
     | 
    
         
            +
                    """
         
     | 
| 
      
 3289 
     | 
    
         
            +
             
     | 
| 
       3271 
3290 
     | 
    
         
             
                @overload
         
     | 
| 
       3272 
3291 
     | 
    
         
             
                def client(
         
     | 
| 
       3273 
3292 
     | 
    
         
             
                    self,
         
     | 
| 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            Metadata-Version: 2.2
         
     | 
| 
       2 
2 
     | 
    
         
             
            Name: boto3-stubs
         
     | 
| 
       3 
     | 
    
         
            -
            Version: 1.37. 
     | 
| 
       4 
     | 
    
         
            -
            Summary: Type annotations for boto3 1.37. 
     | 
| 
      
 3 
     | 
    
         
            +
            Version: 1.37.8
         
     | 
| 
      
 4 
     | 
    
         
            +
            Summary: Type annotations for boto3 1.37.8 generated with mypy-boto3-builder 8.10.0
         
     | 
| 
       5 
5 
     | 
    
         
             
            Home-page: https://github.com/youtype/mypy_boto3_builder
         
     | 
| 
       6 
6 
     | 
    
         
             
            Author: Vlad Emelianov
         
     | 
| 
       7 
7 
     | 
    
         
             
            Author-email: vlad.emelianov.nz@gmail.com
         
     | 
| 
         @@ -36,7 +36,7 @@ Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12" 
     | 
|
| 
       36 
36 
     | 
    
         
             
            Provides-Extra: full
         
     | 
| 
       37 
37 
     | 
    
         
             
            Requires-Dist: boto3-stubs-full<1.38.0,>=1.37.0; extra == "full"
         
     | 
| 
       38 
38 
     | 
    
         
             
            Provides-Extra: boto3
         
     | 
| 
       39 
     | 
    
         
            -
            Requires-Dist: boto3==1.37. 
     | 
| 
      
 39 
     | 
    
         
            +
            Requires-Dist: boto3==1.37.8; extra == "boto3"
         
     | 
| 
       40 
40 
     | 
    
         
             
            Provides-Extra: all
         
     | 
| 
       41 
41 
     | 
    
         
             
            Requires-Dist: mypy-boto3-accessanalyzer<1.38.0,>=1.37.0; extra == "all"
         
     | 
| 
       42 
42 
     | 
    
         
             
            Requires-Dist: mypy-boto3-account<1.38.0,>=1.37.0; extra == "all"
         
     | 
| 
         @@ -193,6 +193,7 @@ Requires-Dist: mypy-boto3-frauddetector<1.38.0,>=1.37.0; extra == "all" 
     | 
|
| 
       193 
193 
     | 
    
         
             
            Requires-Dist: mypy-boto3-freetier<1.38.0,>=1.37.0; extra == "all"
         
     | 
| 
       194 
194 
     | 
    
         
             
            Requires-Dist: mypy-boto3-fsx<1.38.0,>=1.37.0; extra == "all"
         
     | 
| 
       195 
195 
     | 
    
         
             
            Requires-Dist: mypy-boto3-gamelift<1.38.0,>=1.37.0; extra == "all"
         
     | 
| 
      
 196 
     | 
    
         
            +
            Requires-Dist: mypy-boto3-gameliftstreams<1.38.0,>=1.37.0; extra == "all"
         
     | 
| 
       196 
197 
     | 
    
         
             
            Requires-Dist: mypy-boto3-geo-maps<1.38.0,>=1.37.0; extra == "all"
         
     | 
| 
       197 
198 
     | 
    
         
             
            Requires-Dist: mypy-boto3-geo-places<1.38.0,>=1.37.0; extra == "all"
         
     | 
| 
       198 
199 
     | 
    
         
             
            Requires-Dist: mypy-boto3-geo-routes<1.38.0,>=1.37.0; extra == "all"
         
     | 
| 
         @@ -759,6 +760,8 @@ Provides-Extra: fsx 
     | 
|
| 
       759 
760 
     | 
    
         
             
            Requires-Dist: mypy-boto3-fsx<1.38.0,>=1.37.0; extra == "fsx"
         
     | 
| 
       760 
761 
     | 
    
         
             
            Provides-Extra: gamelift
         
     | 
| 
       761 
762 
     | 
    
         
             
            Requires-Dist: mypy-boto3-gamelift<1.38.0,>=1.37.0; extra == "gamelift"
         
     | 
| 
      
 763 
     | 
    
         
            +
            Provides-Extra: gameliftstreams
         
     | 
| 
      
 764 
     | 
    
         
            +
            Requires-Dist: mypy-boto3-gameliftstreams<1.38.0,>=1.37.0; extra == "gameliftstreams"
         
     | 
| 
       762 
765 
     | 
    
         
             
            Provides-Extra: geo-maps
         
     | 
| 
       763 
766 
     | 
    
         
             
            Requires-Dist: mypy-boto3-geo-maps<1.38.0,>=1.37.0; extra == "geo-maps"
         
     | 
| 
       764 
767 
     | 
    
         
             
            Provides-Extra: geo-places
         
     | 
| 
         @@ -1280,7 +1283,7 @@ Dynamic: summary 
     | 
|
| 
       1280 
1283 
     | 
    
         | 
| 
       1281 
1284 
     | 
    
         
             
            
         
     | 
| 
       1282 
1285 
     | 
    
         | 
| 
       1283 
     | 
    
         
            -
            Type annotations for [boto3 1.37. 
     | 
| 
      
 1286 
     | 
    
         
            +
            Type annotations for [boto3 1.37.8](https://pypi.org/project/boto3/) compatible
         
     | 
| 
       1284 
1287 
     | 
    
         
             
            with [VSCode](https://code.visualstudio.com/),
         
     | 
| 
       1285 
1288 
     | 
    
         
             
            [PyCharm](https://www.jetbrains.com/pycharm/),
         
     | 
| 
       1286 
1289 
     | 
    
         
             
            [Emacs](https://www.gnu.org/software/emacs/),
         
     | 
| 
         @@ -1339,7 +1342,7 @@ You can generate type annotations for `boto3` package locally with 
     | 
|
| 
       1339 
1342 
     | 
    
         
             
            isolation.
         
     | 
| 
       1340 
1343 
     | 
    
         | 
| 
       1341 
1344 
     | 
    
         
             
            1. Run mypy-boto3-builder in your package root directory:
         
     | 
| 
       1342 
     | 
    
         
            -
               `uvx --with 'boto3==1.37. 
     | 
| 
      
 1345 
     | 
    
         
            +
               `uvx --with 'boto3==1.37.8' mypy-boto3-builder`
         
     | 
| 
       1343 
1346 
     | 
    
         
             
            2. Select `boto3-stubs` AWS SDK.
         
     | 
| 
       1344 
1347 
     | 
    
         
             
            3. Select services you use in the current project.
         
     | 
| 
       1345 
1348 
     | 
    
         
             
            4. Use provided commands to install generated packages.
         
     | 
| 
         @@ -1691,9 +1694,9 @@ repository. 
     | 
|
| 
       1691 
1694 
     | 
    
         | 
| 
       1692 
1695 
     | 
    
         
             
            ## Submodules
         
     | 
| 
       1693 
1696 
     | 
    
         | 
| 
       1694 
     | 
    
         
            -
            - `boto3-stubs[full]` - Type annotations for all  
     | 
| 
      
 1697 
     | 
    
         
            +
            - `boto3-stubs[full]` - Type annotations for all 404 services in one package
         
     | 
| 
       1695 
1698 
     | 
    
         
             
              (recommended).
         
     | 
| 
       1696 
     | 
    
         
            -
            - `boto3-stubs[all]` - Type annotations for all  
     | 
| 
      
 1699 
     | 
    
         
            +
            - `boto3-stubs[all]` - Type annotations for all 404 services in separate
         
     | 
| 
       1697 
1700 
     | 
    
         
             
              packages.
         
     | 
| 
       1698 
1701 
     | 
    
         
             
            - `boto3-stubs[essential]` - Type annotations for
         
     | 
| 
       1699 
1702 
     | 
    
         
             
              [CloudFormation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_cloudformation/),
         
     | 
| 
         @@ -2154,6 +2157,9 @@ repository. 
     | 
|
| 
       2154 
2157 
     | 
    
         
             
            - `boto3-stubs[gamelift]` - Type annotations for
         
     | 
| 
       2155 
2158 
     | 
    
         
             
              [GameLift](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_gamelift/)
         
     | 
| 
       2156 
2159 
     | 
    
         
             
              service.
         
     | 
| 
      
 2160 
     | 
    
         
            +
            - `boto3-stubs[gameliftstreams]` - Type annotations for
         
     | 
| 
      
 2161 
     | 
    
         
            +
              [GameLiftStreams](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_gameliftstreams/)
         
     | 
| 
      
 2162 
     | 
    
         
            +
              service.
         
     | 
| 
       2157 
2163 
     | 
    
         
             
            - `boto3-stubs[geo-maps]` - Type annotations for
         
     | 
| 
       2158 
2164 
     | 
    
         
             
              [LocationServiceMapsV2](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_geo_maps/)
         
     | 
| 
       2159 
2165 
     | 
    
         
             
              service.
         
     | 
| 
         @@ -1,9 +1,9 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            boto3-stubs/__init__.pyi,sha256= 
     | 
| 
      
 1 
     | 
    
         
            +
            boto3-stubs/__init__.pyi,sha256=_xMjX8-ljnLegIfPNdIeaD4PU3v9lrKRb92m2CCfhrc,229596
         
     | 
| 
       2 
2 
     | 
    
         
             
            boto3-stubs/compat.pyi,sha256=j3-SBZqCGaoZoXzN6e7fkEQQvUmQ-MpIpcF9FuuUHH0,209
         
     | 
| 
       3 
3 
     | 
    
         
             
            boto3-stubs/crt.pyi,sha256=OAjGbtBlQJIDRctWkMpr7UwRKxiH_lQt9OdSrHPL3QI,893
         
     | 
| 
       4 
4 
     | 
    
         
             
            boto3-stubs/exceptions.pyi,sha256=cjOrbR2BIOcaHRmIQvGL0y-XEJdicpzRl2dQNfx6GVk,1339
         
     | 
| 
       5 
5 
     | 
    
         
             
            boto3-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
         
     | 
| 
       6 
     | 
    
         
            -
            boto3-stubs/session.pyi,sha256= 
     | 
| 
      
 6 
     | 
    
         
            +
            boto3-stubs/session.pyi,sha256=OOqUut_3jadUNxJjMj68ZzRSeT-SNh3roZBygAjihr8,262953
         
     | 
| 
       7 
7 
     | 
    
         
             
            boto3-stubs/utils.pyi,sha256=2vtGuLR-fnfzUNoeNvcEbb0Lb-DGEZ-BQ5BV9xF8vSg,841
         
     | 
| 
       8 
8 
     | 
    
         
             
            boto3-stubs/docs/__init__.pyi,sha256=uDkzwRXE_Bb65mlFvnPSySeRYnhK9Cpk4fUyK6gpBd0,179
         
     | 
| 
       9 
9 
     | 
    
         
             
            boto3-stubs/docs/action.pyi,sha256=_vWYnBVkwK6kU3xTdr5tPGxL-s3ULaAFBnxuFLHsmsE,1016
         
     | 
| 
         @@ -38,8 +38,8 @@ boto3-stubs/s3/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 
     | 
|
| 
       38 
38 
     | 
    
         
             
            boto3-stubs/s3/constants.pyi,sha256=U9MRV6GXbxTyEfKLsp3fVKzLR85KSSSP5FbcIWVHX54,163
         
     | 
| 
       39 
39 
     | 
    
         
             
            boto3-stubs/s3/inject.pyi,sha256=z72QArriCVYH-O15Z5yDGnMX0zo7nCmYhSB2tiIRTeo,4502
         
     | 
| 
       40 
40 
     | 
    
         
             
            boto3-stubs/s3/transfer.pyi,sha256=7A4hY7nziEaFM6fFhhneQYgB8aPa_on4i3DhOxh1_7s,2536
         
     | 
| 
       41 
     | 
    
         
            -
            boto3_stubs-1.37. 
     | 
| 
       42 
     | 
    
         
            -
            boto3_stubs-1.37. 
     | 
| 
       43 
     | 
    
         
            -
            boto3_stubs-1.37. 
     | 
| 
       44 
     | 
    
         
            -
            boto3_stubs-1.37. 
     | 
| 
       45 
     | 
    
         
            -
            boto3_stubs-1.37. 
     | 
| 
      
 41 
     | 
    
         
            +
            boto3_stubs-1.37.8.dist-info/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
         
     | 
| 
      
 42 
     | 
    
         
            +
            boto3_stubs-1.37.8.dist-info/METADATA,sha256=WnJNrF9-ehhQDKzlxS6kGXoKWcxQnmKDPKvJfO7Z2V0,149287
         
     | 
| 
      
 43 
     | 
    
         
            +
            boto3_stubs-1.37.8.dist-info/WHEEL,sha256=jB7zZ3N9hIM9adW7qlTAyycLYW9npaWKLRzaoVcLKcM,91
         
     | 
| 
      
 44 
     | 
    
         
            +
            boto3_stubs-1.37.8.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
         
     | 
| 
      
 45 
     | 
    
         
            +
            boto3_stubs-1.37.8.dist-info/RECORD,,
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     |