boto3-stubs 1.35.50__py3-none-any.whl → 1.35.52__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 CHANGED
@@ -159,6 +159,9 @@ from mypy_boto3_frauddetector.client import FraudDetectorClient
159
159
  from mypy_boto3_freetier.client import FreeTierClient
160
160
  from mypy_boto3_fsx.client import FSxClient
161
161
  from mypy_boto3_gamelift.client import GameLiftClient
162
+ from mypy_boto3_geo_maps.client import LocationServiceMapsV2Client
163
+ from mypy_boto3_geo_places.client import LocationServicePlacesV2Client
164
+ from mypy_boto3_geo_routes.client import LocationServiceRoutesV2Client
162
165
  from mypy_boto3_glacier.client import GlacierClient
163
166
  from mypy_boto3_glacier.service_resource import GlacierServiceResource
164
167
  from mypy_boto3_globalaccelerator.client import GlobalAcceleratorClient
@@ -2372,6 +2375,45 @@ def client(
2372
2375
  config: Optional[Config] = ...,
2373
2376
  ) -> GameLiftClient: ...
2374
2377
  @overload
2378
+ def client(
2379
+ service_name: Literal["geo-maps"],
2380
+ region_name: Optional[str] = ...,
2381
+ api_version: Optional[str] = ...,
2382
+ use_ssl: Optional[bool] = ...,
2383
+ verify: Union[bool, str, None] = ...,
2384
+ endpoint_url: Optional[str] = ...,
2385
+ aws_access_key_id: Optional[str] = ...,
2386
+ aws_secret_access_key: Optional[str] = ...,
2387
+ aws_session_token: Optional[str] = ...,
2388
+ config: Optional[Config] = ...,
2389
+ ) -> LocationServiceMapsV2Client: ...
2390
+ @overload
2391
+ def client(
2392
+ service_name: Literal["geo-places"],
2393
+ region_name: Optional[str] = ...,
2394
+ api_version: Optional[str] = ...,
2395
+ use_ssl: Optional[bool] = ...,
2396
+ verify: Union[bool, str, None] = ...,
2397
+ endpoint_url: Optional[str] = ...,
2398
+ aws_access_key_id: Optional[str] = ...,
2399
+ aws_secret_access_key: Optional[str] = ...,
2400
+ aws_session_token: Optional[str] = ...,
2401
+ config: Optional[Config] = ...,
2402
+ ) -> LocationServicePlacesV2Client: ...
2403
+ @overload
2404
+ def client(
2405
+ service_name: Literal["geo-routes"],
2406
+ region_name: Optional[str] = ...,
2407
+ api_version: Optional[str] = ...,
2408
+ use_ssl: Optional[bool] = ...,
2409
+ verify: Union[bool, str, None] = ...,
2410
+ endpoint_url: Optional[str] = ...,
2411
+ aws_access_key_id: Optional[str] = ...,
2412
+ aws_secret_access_key: Optional[str] = ...,
2413
+ aws_session_token: Optional[str] = ...,
2414
+ config: Optional[Config] = ...,
2415
+ ) -> LocationServiceRoutesV2Client: ...
2416
+ @overload
2375
2417
  def client(
2376
2418
  service_name: Literal["glacier"],
2377
2419
  region_name: Optional[str] = ...,
boto3-stubs/session.pyi CHANGED
@@ -165,6 +165,9 @@ from mypy_boto3_frauddetector.client import FraudDetectorClient
165
165
  from mypy_boto3_freetier.client import FreeTierClient
166
166
  from mypy_boto3_fsx.client import FSxClient
167
167
  from mypy_boto3_gamelift.client import GameLiftClient
168
+ from mypy_boto3_geo_maps.client import LocationServiceMapsV2Client
169
+ from mypy_boto3_geo_places.client import LocationServicePlacesV2Client
170
+ from mypy_boto3_geo_routes.client import LocationServiceRoutesV2Client
168
171
  from mypy_boto3_glacier.client import GlacierClient
169
172
  from mypy_boto3_glacier.service_resource import GlacierServiceResource
170
173
  from mypy_boto3_globalaccelerator.client import GlobalAcceleratorClient
@@ -2542,6 +2545,48 @@ class Session:
2542
2545
  config: Optional[Config] = ...,
2543
2546
  ) -> GameLiftClient: ...
2544
2547
  @overload
2548
+ def client(
2549
+ self,
2550
+ service_name: Literal["geo-maps"],
2551
+ region_name: Optional[str] = ...,
2552
+ api_version: Optional[str] = ...,
2553
+ use_ssl: Optional[bool] = ...,
2554
+ verify: Union[bool, str, None] = ...,
2555
+ endpoint_url: Optional[str] = ...,
2556
+ aws_access_key_id: Optional[str] = ...,
2557
+ aws_secret_access_key: Optional[str] = ...,
2558
+ aws_session_token: Optional[str] = ...,
2559
+ config: Optional[Config] = ...,
2560
+ ) -> LocationServiceMapsV2Client: ...
2561
+ @overload
2562
+ def client(
2563
+ self,
2564
+ service_name: Literal["geo-places"],
2565
+ region_name: Optional[str] = ...,
2566
+ api_version: Optional[str] = ...,
2567
+ use_ssl: Optional[bool] = ...,
2568
+ verify: Union[bool, str, None] = ...,
2569
+ endpoint_url: Optional[str] = ...,
2570
+ aws_access_key_id: Optional[str] = ...,
2571
+ aws_secret_access_key: Optional[str] = ...,
2572
+ aws_session_token: Optional[str] = ...,
2573
+ config: Optional[Config] = ...,
2574
+ ) -> LocationServicePlacesV2Client: ...
2575
+ @overload
2576
+ def client(
2577
+ self,
2578
+ service_name: Literal["geo-routes"],
2579
+ region_name: Optional[str] = ...,
2580
+ api_version: Optional[str] = ...,
2581
+ use_ssl: Optional[bool] = ...,
2582
+ verify: Union[bool, str, None] = ...,
2583
+ endpoint_url: Optional[str] = ...,
2584
+ aws_access_key_id: Optional[str] = ...,
2585
+ aws_secret_access_key: Optional[str] = ...,
2586
+ aws_session_token: Optional[str] = ...,
2587
+ config: Optional[Config] = ...,
2588
+ ) -> LocationServiceRoutesV2Client: ...
2589
+ @overload
2545
2590
  def client(
2546
2591
  self,
2547
2592
  service_name: Literal["glacier"],
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: boto3-stubs
3
- Version: 1.35.50
4
- Summary: Type annotations for boto3 1.35.50 generated with mypy-boto3-builder 8.1.4
3
+ Version: 1.35.52
4
+ Summary: Type annotations for boto3 1.35.52 generated with mypy-boto3-builder 8.1.4
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
@@ -190,6 +190,9 @@ Requires-Dist: mypy-boto3-frauddetector<1.36.0,>=1.35.0; extra == "all"
190
190
  Requires-Dist: mypy-boto3-freetier<1.36.0,>=1.35.0; extra == "all"
191
191
  Requires-Dist: mypy-boto3-fsx<1.36.0,>=1.35.0; extra == "all"
192
192
  Requires-Dist: mypy-boto3-gamelift<1.36.0,>=1.35.0; extra == "all"
193
+ Requires-Dist: mypy-boto3-geo-maps<1.36.0,>=1.35.0; extra == "all"
194
+ Requires-Dist: mypy-boto3-geo-places<1.36.0,>=1.35.0; extra == "all"
195
+ Requires-Dist: mypy-boto3-geo-routes<1.36.0,>=1.35.0; extra == "all"
193
196
  Requires-Dist: mypy-boto3-glacier<1.36.0,>=1.35.0; extra == "all"
194
197
  Requires-Dist: mypy-boto3-globalaccelerator<1.36.0,>=1.35.0; extra == "all"
195
198
  Requires-Dist: mypy-boto3-glue<1.36.0,>=1.35.0; extra == "all"
@@ -503,8 +506,8 @@ Requires-Dist: mypy-boto3-bedrock-runtime<1.36.0,>=1.35.0; extra == "bedrock-run
503
506
  Provides-Extra: billingconductor
504
507
  Requires-Dist: mypy-boto3-billingconductor<1.36.0,>=1.35.0; extra == "billingconductor"
505
508
  Provides-Extra: boto3
506
- Requires-Dist: boto3==1.35.50; extra == "boto3"
507
- Requires-Dist: botocore==1.35.50; extra == "boto3"
509
+ Requires-Dist: boto3==1.35.52; extra == "boto3"
510
+ Requires-Dist: botocore==1.35.52; extra == "boto3"
508
511
  Provides-Extra: braket
509
512
  Requires-Dist: mypy-boto3-braket<1.36.0,>=1.35.0; extra == "braket"
510
513
  Provides-Extra: budgets
@@ -731,6 +734,12 @@ Provides-Extra: full
731
734
  Requires-Dist: boto3-stubs-full; extra == "full"
732
735
  Provides-Extra: gamelift
733
736
  Requires-Dist: mypy-boto3-gamelift<1.36.0,>=1.35.0; extra == "gamelift"
737
+ Provides-Extra: geo-maps
738
+ Requires-Dist: mypy-boto3-geo-maps<1.36.0,>=1.35.0; extra == "geo-maps"
739
+ Provides-Extra: geo-places
740
+ Requires-Dist: mypy-boto3-geo-places<1.36.0,>=1.35.0; extra == "geo-places"
741
+ Provides-Extra: geo-routes
742
+ Requires-Dist: mypy-boto3-geo-routes<1.36.0,>=1.35.0; extra == "geo-routes"
734
743
  Provides-Extra: glacier
735
744
  Requires-Dist: mypy-boto3-glacier<1.36.0,>=1.35.0; extra == "glacier"
736
745
  Provides-Extra: globalaccelerator
@@ -1220,7 +1229,7 @@ Requires-Dist: mypy-boto3-xray<1.36.0,>=1.35.0; extra == "xray"
1220
1229
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
1221
1230
 
1222
1231
  Type annotations for
1223
- [boto3 1.35.50](https://boto3.amazonaws.com/v1/documentation/api/1.35.50/index.html)
1232
+ [boto3 1.35.52](https://boto3.amazonaws.com/v1/documentation/api/1.35.52/index.html)
1224
1233
  compatible with [VSCode](https://code.visualstudio.com/),
1225
1234
  [PyCharm](https://www.jetbrains.com/pycharm/),
1226
1235
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -1606,9 +1615,9 @@ repository.
1606
1615
 
1607
1616
  ## Submodules
1608
1617
 
1609
- - `boto3-stubs[full]` - Type annotations for all 387 services in one package
1618
+ - `boto3-stubs[full]` - Type annotations for all 390 services in one package
1610
1619
  (recommended).
1611
- - `boto3-stubs[all]` - Type annotations for all 387 services in separate
1620
+ - `boto3-stubs[all]` - Type annotations for all 390 services in separate
1612
1621
  packages.
1613
1622
  - `boto3-stubs[essential]` - Type annotations for
1614
1623
  [CloudFormation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_cloudformation/),
@@ -2051,6 +2060,15 @@ repository.
2051
2060
  - `boto3-stubs[gamelift]` - Type annotations for
2052
2061
  [GameLift](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_gamelift/)
2053
2062
  service.
2063
+ - `boto3-stubs[geo-maps]` - Type annotations for
2064
+ [LocationServiceMapsV2](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_geo_maps/)
2065
+ service.
2066
+ - `boto3-stubs[geo-places]` - Type annotations for
2067
+ [LocationServicePlacesV2](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_geo_places/)
2068
+ service.
2069
+ - `boto3-stubs[geo-routes]` - Type annotations for
2070
+ [LocationServiceRoutesV2](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_geo_routes/)
2071
+ service.
2054
2072
  - `boto3-stubs[glacier]` - Type annotations for
2055
2073
  [Glacier](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_glacier/)
2056
2074
  service.
@@ -1,9 +1,9 @@
1
- boto3-stubs/__init__.pyi,sha256=2gcEHfToDi47aZnCEniaWnJF-fFl92GK0MN8BYErI9Q,208078
1
+ boto3-stubs/__init__.pyi,sha256=Pn7_hhO9byOcwhUw7ATd0j76E7SW23mIofrtH47vMSM,209684
2
2
  boto3-stubs/compat.pyi,sha256=xa8V0D9EklCqKSzPAsOCRxSFn9o7ZsabgMB2NbezRU8,151
3
3
  boto3-stubs/crt.pyi,sha256=I9HtByOVDaxLR8UI0IVRgEnd09-9nP7cz6aLchQGJy4,839
4
4
  boto3-stubs/exceptions.pyi,sha256=5RiiwvZt6WJg4NmdBqiw_F3edX-hZCPft50s3YRd_Gg,1253
5
5
  boto3-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
- boto3-stubs/session.pyi,sha256=2eCXS4JCQxbSWdypmPj-ZCcT5ijCvcCWQw7YsAy_kCo,235390
6
+ boto3-stubs/session.pyi,sha256=wuE5xND12DWaToiVIiyZzUfrVSnUmK5luw7KW0z41no,237194
7
7
  boto3-stubs/utils.pyi,sha256=aFM7Aoxm8HuplG367JDYs5-zZ_YQpKr7ONPs1x7f15Y,779
8
8
  boto3-stubs/docs/__init__.pyi,sha256=wGWFUev9EDG-4NT4l-JUjzFUsypBQf2kwFBfdb1uJeU,99
9
9
  boto3-stubs/docs/action.pyi,sha256=swA73r0izUswkhU7lChbW4FZN491Q8HjcxnwlyDnAuE,960
@@ -38,8 +38,8 @@ boto3-stubs/s3/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
38
38
  boto3-stubs/s3/constants.pyi,sha256=9MYiVx6cRf9tcrxvpy0Ubi4HGyrmUj19WQA54lmfoR8,75
39
39
  boto3-stubs/s3/inject.pyi,sha256=UxVi6tYfEYdvc8cKldt9StTEGFHWTdd-867frSfxF9w,4577
40
40
  boto3-stubs/s3/transfer.pyi,sha256=zQ7pQpsCWWo9cdYrOoiuKyiLz_t1sG0_OOznd5DETTo,2508
41
- boto3_stubs-1.35.50.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
42
- boto3_stubs-1.35.50.dist-info/METADATA,sha256=uQXwGPCy6QYCV3RoQPUVSgJ95CgJrylAjwBHfT_EAdE,141793
43
- boto3_stubs-1.35.50.dist-info/WHEEL,sha256=OVMc5UfuAQiSplgO0_WdW7vXVGAt9Hdd6qtN4HotdyA,91
44
- boto3_stubs-1.35.50.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
45
- boto3_stubs-1.35.50.dist-info/RECORD,,
41
+ boto3_stubs-1.35.52.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
42
+ boto3_stubs-1.35.52.dist-info/METADATA,sha256=2Xyjo3Wmi0pr_JnmwGU4_g2_JbGW_j9zWfxDFNtQ08U,142766
43
+ boto3_stubs-1.35.52.dist-info/WHEEL,sha256=P9jw-gEje8ByB7_hXoICnHtVCrEwMQh-630tKvQWehc,91
44
+ boto3_stubs-1.35.52.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
45
+ boto3_stubs-1.35.52.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.2.0)
2
+ Generator: setuptools (75.3.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5