boto3-stubs 1.40.57__py3-none-any.whl → 1.40.59__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 +6 -8
 - boto3-stubs/session.pyi +6 -8
 - {boto3_stubs-1.40.57.dist-info → boto3_stubs-1.40.59.dist-info}/METADATA +7 -7
 - {boto3_stubs-1.40.57.dist-info → boto3_stubs-1.40.59.dist-info}/RECORD +7 -7
 - {boto3_stubs-1.40.57.dist-info → boto3_stubs-1.40.59.dist-info}/WHEEL +0 -0
 - {boto3_stubs-1.40.57.dist-info → boto3_stubs-1.40.59.dist-info}/licenses/LICENSE +0 -0
 - {boto3_stubs-1.40.57.dist-info → boto3_stubs-1.40.59.dist-info}/top_level.txt +0 -0
 
    
        boto3-stubs/__init__.pyi
    CHANGED
    
    | 
         @@ -59,10 +59,8 @@ from mypy_boto3_bcm_recommended_actions.client import ( 
     | 
|
| 
       59 
59 
     | 
    
         
             
            from mypy_boto3_bedrock.client import BedrockClient
         
     | 
| 
       60 
60 
     | 
    
         
             
            from mypy_boto3_bedrock_agent.client import AgentsforBedrockClient
         
     | 
| 
       61 
61 
     | 
    
         
             
            from mypy_boto3_bedrock_agent_runtime.client import AgentsforBedrockRuntimeClient
         
     | 
| 
       62 
     | 
    
         
            -
            from mypy_boto3_bedrock_agentcore.client import  
     | 
| 
       63 
     | 
    
         
            -
            from mypy_boto3_bedrock_agentcore_control.client import  
     | 
| 
       64 
     | 
    
         
            -
                BedrockAgentCoreControlPlaneFrontingLayerClient,
         
     | 
| 
       65 
     | 
    
         
            -
            )
         
     | 
| 
      
 62 
     | 
    
         
            +
            from mypy_boto3_bedrock_agentcore.client import BedrockAgentCoreClient
         
     | 
| 
      
 63 
     | 
    
         
            +
            from mypy_boto3_bedrock_agentcore_control.client import BedrockAgentCoreControlClient
         
     | 
| 
       66 
64 
     | 
    
         
             
            from mypy_boto3_bedrock_data_automation.client import DataAutomationforBedrockClient
         
     | 
| 
       67 
65 
     | 
    
         
             
            from mypy_boto3_bedrock_data_automation_runtime.client import RuntimeforBedrockDataAutomationClient
         
     | 
| 
       68 
66 
     | 
    
         
             
            from mypy_boto3_bedrock_runtime.client import BedrockRuntimeClient
         
     | 
| 
         @@ -1295,9 +1293,9 @@ def client( 
     | 
|
| 
       1295 
1293 
     | 
    
         
             
                aws_session_token: str | None = ...,
         
     | 
| 
       1296 
1294 
     | 
    
         
             
                config: Config | None = ...,
         
     | 
| 
       1297 
1295 
     | 
    
         
             
                aws_account_id: str | None = ...,
         
     | 
| 
       1298 
     | 
    
         
            -
            ) ->  
     | 
| 
      
 1296 
     | 
    
         
            +
            ) -> BedrockAgentCoreClient:
         
     | 
| 
       1299 
1297 
     | 
    
         
             
                """
         
     | 
| 
       1300 
     | 
    
         
            -
                Create client for  
     | 
| 
      
 1298 
     | 
    
         
            +
                Create client for BedrockAgentCore service.
         
     | 
| 
       1301 
1299 
     | 
    
         
             
                """
         
     | 
| 
       1302 
1300 
     | 
    
         | 
| 
       1303 
1301 
     | 
    
         
             
            @overload
         
     | 
| 
         @@ -1313,9 +1311,9 @@ def client( 
     | 
|
| 
       1313 
1311 
     | 
    
         
             
                aws_session_token: str | None = ...,
         
     | 
| 
       1314 
1312 
     | 
    
         
             
                config: Config | None = ...,
         
     | 
| 
       1315 
1313 
     | 
    
         
             
                aws_account_id: str | None = ...,
         
     | 
| 
       1316 
     | 
    
         
            -
            ) ->  
     | 
| 
      
 1314 
     | 
    
         
            +
            ) -> BedrockAgentCoreControlClient:
         
     | 
| 
       1317 
1315 
     | 
    
         
             
                """
         
     | 
| 
       1318 
     | 
    
         
            -
                Create client for  
     | 
| 
      
 1316 
     | 
    
         
            +
                Create client for BedrockAgentCoreControl service.
         
     | 
| 
       1319 
1317 
     | 
    
         
             
                """
         
     | 
| 
       1320 
1318 
     | 
    
         | 
| 
       1321 
1319 
     | 
    
         
             
            @overload
         
     | 
    
        boto3-stubs/session.pyi
    CHANGED
    
    | 
         @@ -65,10 +65,8 @@ from mypy_boto3_bcm_recommended_actions.client import ( 
     | 
|
| 
       65 
65 
     | 
    
         
             
            from mypy_boto3_bedrock.client import BedrockClient
         
     | 
| 
       66 
66 
     | 
    
         
             
            from mypy_boto3_bedrock_agent.client import AgentsforBedrockClient
         
     | 
| 
       67 
67 
     | 
    
         
             
            from mypy_boto3_bedrock_agent_runtime.client import AgentsforBedrockRuntimeClient
         
     | 
| 
       68 
     | 
    
         
            -
            from mypy_boto3_bedrock_agentcore.client import  
     | 
| 
       69 
     | 
    
         
            -
            from mypy_boto3_bedrock_agentcore_control.client import  
     | 
| 
       70 
     | 
    
         
            -
                BedrockAgentCoreControlPlaneFrontingLayerClient,
         
     | 
| 
       71 
     | 
    
         
            -
            )
         
     | 
| 
      
 68 
     | 
    
         
            +
            from mypy_boto3_bedrock_agentcore.client import BedrockAgentCoreClient
         
     | 
| 
      
 69 
     | 
    
         
            +
            from mypy_boto3_bedrock_agentcore_control.client import BedrockAgentCoreControlClient
         
     | 
| 
       72 
70 
     | 
    
         
             
            from mypy_boto3_bedrock_data_automation.client import DataAutomationforBedrockClient
         
     | 
| 
       73 
71 
     | 
    
         
             
            from mypy_boto3_bedrock_data_automation_runtime.client import RuntimeforBedrockDataAutomationClient
         
     | 
| 
       74 
72 
     | 
    
         
             
            from mypy_boto3_bedrock_runtime.client import BedrockRuntimeClient
         
     | 
| 
         @@ -1361,9 +1359,9 @@ class Session: 
     | 
|
| 
       1361 
1359 
     | 
    
         
             
                    aws_session_token: str | None = ...,
         
     | 
| 
       1362 
1360 
     | 
    
         
             
                    config: Config | None = ...,
         
     | 
| 
       1363 
1361 
     | 
    
         
             
                    aws_account_id: str | None = ...,
         
     | 
| 
       1364 
     | 
    
         
            -
                ) ->  
     | 
| 
      
 1362 
     | 
    
         
            +
                ) -> BedrockAgentCoreClient:
         
     | 
| 
       1365 
1363 
     | 
    
         
             
                    """
         
     | 
| 
       1366 
     | 
    
         
            -
                    Create client for  
     | 
| 
      
 1364 
     | 
    
         
            +
                    Create client for BedrockAgentCore service.
         
     | 
| 
       1367 
1365 
     | 
    
         
             
                    """
         
     | 
| 
       1368 
1366 
     | 
    
         | 
| 
       1369 
1367 
     | 
    
         
             
                @overload
         
     | 
| 
         @@ -1380,9 +1378,9 @@ class Session: 
     | 
|
| 
       1380 
1378 
     | 
    
         
             
                    aws_session_token: str | None = ...,
         
     | 
| 
       1381 
1379 
     | 
    
         
             
                    config: Config | None = ...,
         
     | 
| 
       1382 
1380 
     | 
    
         
             
                    aws_account_id: str | None = ...,
         
     | 
| 
       1383 
     | 
    
         
            -
                ) ->  
     | 
| 
      
 1381 
     | 
    
         
            +
                ) -> BedrockAgentCoreControlClient:
         
     | 
| 
       1384 
1382 
     | 
    
         
             
                    """
         
     | 
| 
       1385 
     | 
    
         
            -
                    Create client for  
     | 
| 
      
 1383 
     | 
    
         
            +
                    Create client for BedrockAgentCoreControl service.
         
     | 
| 
       1386 
1384 
     | 
    
         
             
                    """
         
     | 
| 
       1387 
1385 
     | 
    
         | 
| 
       1388 
1386 
     | 
    
         
             
                @overload
         
     | 
| 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            Metadata-Version: 2.4
         
     | 
| 
       2 
2 
     | 
    
         
             
            Name: boto3-stubs
         
     | 
| 
       3 
     | 
    
         
            -
            Version: 1.40. 
     | 
| 
       4 
     | 
    
         
            -
            Summary: Type annotations for boto3 1.40. 
     | 
| 
      
 3 
     | 
    
         
            +
            Version: 1.40.59
         
     | 
| 
      
 4 
     | 
    
         
            +
            Summary: Type annotations for boto3 1.40.59 generated with mypy-boto3-builder 8.11.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.41.0,>=1.40.0; extra == "full"
         
     | 
| 
       38 
38 
     | 
    
         
             
            Provides-Extra: boto3
         
     | 
| 
       39 
     | 
    
         
            -
            Requires-Dist: boto3==1.40. 
     | 
| 
      
 39 
     | 
    
         
            +
            Requires-Dist: boto3==1.40.59; extra == "boto3"
         
     | 
| 
       40 
40 
     | 
    
         
             
            Provides-Extra: all
         
     | 
| 
       41 
41 
     | 
    
         
             
            Requires-Dist: mypy-boto3-accessanalyzer<1.41.0,>=1.40.0; extra == "all"
         
     | 
| 
       42 
42 
     | 
    
         
             
            Requires-Dist: mypy-boto3-account<1.41.0,>=1.40.0; extra == "all"
         
     | 
| 
         @@ -1311,7 +1311,7 @@ Dynamic: summary 
     | 
|
| 
       1311 
1311 
     | 
    
         | 
| 
       1312 
1312 
     | 
    
         
             
            
         
     | 
| 
       1313 
1313 
     | 
    
         | 
| 
       1314 
     | 
    
         
            -
            Type annotations for [boto3 1.40. 
     | 
| 
      
 1314 
     | 
    
         
            +
            Type annotations for [boto3 1.40.59](https://pypi.org/project/boto3/)
         
     | 
| 
       1315 
1315 
     | 
    
         
             
            compatible with [VSCode](https://code.visualstudio.com/),
         
     | 
| 
       1316 
1316 
     | 
    
         
             
            [PyCharm](https://www.jetbrains.com/pycharm/),
         
     | 
| 
       1317 
1317 
     | 
    
         
             
            [Emacs](https://www.gnu.org/software/emacs/),
         
     | 
| 
         @@ -1370,7 +1370,7 @@ You can generate type annotations for `boto3` package locally with 
     | 
|
| 
       1370 
1370 
     | 
    
         
             
            isolation.
         
     | 
| 
       1371 
1371 
     | 
    
         | 
| 
       1372 
1372 
     | 
    
         
             
            1. Run mypy-boto3-builder in your package root directory:
         
     | 
| 
       1373 
     | 
    
         
            -
               `uvx --with 'boto3==1.40. 
     | 
| 
      
 1373 
     | 
    
         
            +
               `uvx --with 'boto3==1.40.59' mypy-boto3-builder`
         
     | 
| 
       1374 
1374 
     | 
    
         
             
            2. Select `boto3-stubs` AWS SDK.
         
     | 
| 
       1375 
1375 
     | 
    
         
             
            3. Select services you use in the current project.
         
     | 
| 
       1376 
1376 
     | 
    
         
             
            4. Use provided commands to install generated packages.
         
     | 
| 
         @@ -1869,10 +1869,10 @@ repository. 
     | 
|
| 
       1869 
1869 
     | 
    
         
             
              [AgentsforBedrockRuntime](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_bedrock_agent_runtime/)
         
     | 
| 
       1870 
1870 
     | 
    
         
             
              service.
         
     | 
| 
       1871 
1871 
     | 
    
         
             
            - `boto3-stubs[bedrock-agentcore]` - Type annotations for
         
     | 
| 
       1872 
     | 
    
         
            -
              [ 
     | 
| 
      
 1872 
     | 
    
         
            +
              [BedrockAgentCore](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_bedrock_agentcore/)
         
     | 
| 
       1873 
1873 
     | 
    
         
             
              service.
         
     | 
| 
       1874 
1874 
     | 
    
         
             
            - `boto3-stubs[bedrock-agentcore-control]` - Type annotations for
         
     | 
| 
       1875 
     | 
    
         
            -
              [ 
     | 
| 
      
 1875 
     | 
    
         
            +
              [BedrockAgentCoreControl](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_bedrock_agentcore_control/)
         
     | 
| 
       1876 
1876 
     | 
    
         
             
              service.
         
     | 
| 
       1877 
1877 
     | 
    
         
             
            - `boto3-stubs[bedrock-data-automation]` - Type annotations for
         
     | 
| 
       1878 
1878 
     | 
    
         
             
              [DataAutomationforBedrock](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_bedrock_data_automation/)
         
     | 
| 
         @@ -1,9 +1,9 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            boto3-stubs/__init__.pyi,sha256= 
     | 
| 
      
 1 
     | 
    
         
            +
            boto3-stubs/__init__.pyi,sha256=wI_qyx84XmbHedCOPuich-1voiapYrvUaFxQQPutmFo,250293
         
     | 
| 
       2 
2 
     | 
    
         
             
            boto3-stubs/compat.pyi,sha256=PWrZhB_PeAhGJaNV3a5OXYy1k5QRa-Jm2Qt3SsVutWY,278
         
     | 
| 
       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=j4M0iEs9ZSnLqHGo468YzL0GnHi0QlBCHFHiv1obb70,286004
         
     | 
| 
       7 
7 
     | 
    
         
             
            boto3-stubs/utils.pyi,sha256=U1LwZdfy0BQyS0oa0lbVLsQxF2m8aJXVsdT9gzCHg4I,839
         
     | 
| 
       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=iSD34EWV7eyBwCNgAyVC2BZ24i_DXmFF6XhlNbZ6boA,4639
         
     | 
| 
       40 
40 
     | 
    
         
             
            boto3-stubs/s3/transfer.pyi,sha256=Sv47oO-2xz6jf2y3CZSJUw6S08P28bYVW_5WH6R5_ks,2569
         
     | 
| 
       41 
     | 
    
         
            -
            boto3_stubs-1.40. 
     | 
| 
       42 
     | 
    
         
            -
            boto3_stubs-1.40. 
     | 
| 
       43 
     | 
    
         
            -
            boto3_stubs-1.40. 
     | 
| 
       44 
     | 
    
         
            -
            boto3_stubs-1.40. 
     | 
| 
       45 
     | 
    
         
            -
            boto3_stubs-1.40. 
     | 
| 
      
 41 
     | 
    
         
            +
            boto3_stubs-1.40.59.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
         
     | 
| 
      
 42 
     | 
    
         
            +
            boto3_stubs-1.40.59.dist-info/METADATA,sha256=40KUsKBxw17NdO8RvV9HAu48OdARuVJO6UlEomw58iA,152511
         
     | 
| 
      
 43 
     | 
    
         
            +
            boto3_stubs-1.40.59.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
         
     | 
| 
      
 44 
     | 
    
         
            +
            boto3_stubs-1.40.59.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
         
     | 
| 
      
 45 
     | 
    
         
            +
            boto3_stubs-1.40.59.dist-info/RECORD,,
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     |