boto3-stubs 1.33.3__py3-none-any.whl → 1.33.5__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
@@ -234,7 +234,9 @@ from mypy_boto3_machinelearning.client import MachineLearningClient
234
234
  from mypy_boto3_macie2.client import Macie2Client
235
235
  from mypy_boto3_managedblockchain.client import ManagedBlockchainClient
236
236
  from mypy_boto3_managedblockchain_query.client import ManagedBlockchainQueryClient
237
+ from mypy_boto3_marketplace_agreement.client import AgreementServiceClient
237
238
  from mypy_boto3_marketplace_catalog.client import MarketplaceCatalogClient
239
+ from mypy_boto3_marketplace_deployment.client import MarketplaceDeploymentServiceClient
238
240
  from mypy_boto3_marketplace_entitlement.client import MarketplaceEntitlementServiceClient
239
241
  from mypy_boto3_marketplacecommerceanalytics.client import MarketplaceCommerceAnalyticsClient
240
242
  from mypy_boto3_mediaconnect.client import MediaConnectClient
@@ -3254,6 +3256,19 @@ def client(
3254
3256
  config: Optional[Config] = ...,
3255
3257
  ) -> ManagedBlockchainQueryClient: ...
3256
3258
  @overload
3259
+ def client(
3260
+ service_name: Literal["marketplace-agreement"],
3261
+ region_name: Optional[str] = ...,
3262
+ api_version: Optional[str] = ...,
3263
+ use_ssl: Optional[bool] = ...,
3264
+ verify: Union[bool, str, None] = ...,
3265
+ endpoint_url: Optional[str] = ...,
3266
+ aws_access_key_id: Optional[str] = ...,
3267
+ aws_secret_access_key: Optional[str] = ...,
3268
+ aws_session_token: Optional[str] = ...,
3269
+ config: Optional[Config] = ...,
3270
+ ) -> AgreementServiceClient: ...
3271
+ @overload
3257
3272
  def client(
3258
3273
  service_name: Literal["marketplace-catalog"],
3259
3274
  region_name: Optional[str] = ...,
@@ -3267,6 +3282,19 @@ def client(
3267
3282
  config: Optional[Config] = ...,
3268
3283
  ) -> MarketplaceCatalogClient: ...
3269
3284
  @overload
3285
+ def client(
3286
+ service_name: Literal["marketplace-deployment"],
3287
+ region_name: Optional[str] = ...,
3288
+ api_version: Optional[str] = ...,
3289
+ use_ssl: Optional[bool] = ...,
3290
+ verify: Union[bool, str, None] = ...,
3291
+ endpoint_url: Optional[str] = ...,
3292
+ aws_access_key_id: Optional[str] = ...,
3293
+ aws_secret_access_key: Optional[str] = ...,
3294
+ aws_session_token: Optional[str] = ...,
3295
+ config: Optional[Config] = ...,
3296
+ ) -> MarketplaceDeploymentServiceClient: ...
3297
+ @overload
3270
3298
  def client(
3271
3299
  service_name: Literal["marketplace-entitlement"],
3272
3300
  region_name: Optional[str] = ...,
boto3-stubs/session.pyi CHANGED
@@ -240,7 +240,9 @@ from mypy_boto3_machinelearning.client import MachineLearningClient
240
240
  from mypy_boto3_macie2.client import Macie2Client
241
241
  from mypy_boto3_managedblockchain.client import ManagedBlockchainClient
242
242
  from mypy_boto3_managedblockchain_query.client import ManagedBlockchainQueryClient
243
+ from mypy_boto3_marketplace_agreement.client import AgreementServiceClient
243
244
  from mypy_boto3_marketplace_catalog.client import MarketplaceCatalogClient
245
+ from mypy_boto3_marketplace_deployment.client import MarketplaceDeploymentServiceClient
244
246
  from mypy_boto3_marketplace_entitlement.client import MarketplaceEntitlementServiceClient
245
247
  from mypy_boto3_marketplacecommerceanalytics.client import MarketplaceCommerceAnalyticsClient
246
248
  from mypy_boto3_mediaconnect.client import MediaConnectClient
@@ -3523,6 +3525,20 @@ class Session:
3523
3525
  config: Optional[Config] = ...,
3524
3526
  ) -> ManagedBlockchainQueryClient: ...
3525
3527
  @overload
3528
+ def client(
3529
+ self,
3530
+ service_name: Literal["marketplace-agreement"],
3531
+ region_name: Optional[str] = ...,
3532
+ api_version: Optional[str] = ...,
3533
+ use_ssl: Optional[bool] = ...,
3534
+ verify: Union[bool, str, None] = ...,
3535
+ endpoint_url: Optional[str] = ...,
3536
+ aws_access_key_id: Optional[str] = ...,
3537
+ aws_secret_access_key: Optional[str] = ...,
3538
+ aws_session_token: Optional[str] = ...,
3539
+ config: Optional[Config] = ...,
3540
+ ) -> AgreementServiceClient: ...
3541
+ @overload
3526
3542
  def client(
3527
3543
  self,
3528
3544
  service_name: Literal["marketplace-catalog"],
@@ -3537,6 +3553,20 @@ class Session:
3537
3553
  config: Optional[Config] = ...,
3538
3554
  ) -> MarketplaceCatalogClient: ...
3539
3555
  @overload
3556
+ def client(
3557
+ self,
3558
+ service_name: Literal["marketplace-deployment"],
3559
+ region_name: Optional[str] = ...,
3560
+ api_version: Optional[str] = ...,
3561
+ use_ssl: Optional[bool] = ...,
3562
+ verify: Union[bool, str, None] = ...,
3563
+ endpoint_url: Optional[str] = ...,
3564
+ aws_access_key_id: Optional[str] = ...,
3565
+ aws_secret_access_key: Optional[str] = ...,
3566
+ aws_session_token: Optional[str] = ...,
3567
+ config: Optional[Config] = ...,
3568
+ ) -> MarketplaceDeploymentServiceClient: ...
3569
+ @overload
3540
3570
  def client(
3541
3571
  self,
3542
3572
  service_name: Literal["marketplace-entitlement"],
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: boto3-stubs
3
- Version: 1.33.3
4
- Summary: Type annotations for boto3 1.33.3 generated with mypy-boto3-builder 7.21.0
3
+ Version: 1.33.5
4
+ Summary: Type annotations for boto3 1.33.5 generated with mypy-boto3-builder 7.21.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
@@ -262,7 +262,9 @@ Requires-Dist: mypy-boto3-machinelearning <1.34.0,>=1.33.0 ; extra == 'all'
262
262
  Requires-Dist: mypy-boto3-macie2 <1.34.0,>=1.33.0 ; extra == 'all'
263
263
  Requires-Dist: mypy-boto3-managedblockchain <1.34.0,>=1.33.0 ; extra == 'all'
264
264
  Requires-Dist: mypy-boto3-managedblockchain-query <1.34.0,>=1.33.0 ; extra == 'all'
265
+ Requires-Dist: mypy-boto3-marketplace-agreement <1.34.0,>=1.33.0 ; extra == 'all'
265
266
  Requires-Dist: mypy-boto3-marketplace-catalog <1.34.0,>=1.33.0 ; extra == 'all'
267
+ Requires-Dist: mypy-boto3-marketplace-deployment <1.34.0,>=1.33.0 ; extra == 'all'
266
268
  Requires-Dist: mypy-boto3-marketplace-entitlement <1.34.0,>=1.33.0 ; extra == 'all'
267
269
  Requires-Dist: mypy-boto3-marketplacecommerceanalytics <1.34.0,>=1.33.0 ; extra == 'all'
268
270
  Requires-Dist: mypy-boto3-mediaconnect <1.34.0,>=1.33.0 ; extra == 'all'
@@ -487,8 +489,8 @@ Requires-Dist: mypy-boto3-bedrock-runtime <1.34.0,>=1.33.0 ; extra == 'bedrock-r
487
489
  Provides-Extra: billingconductor
488
490
  Requires-Dist: mypy-boto3-billingconductor <1.34.0,>=1.33.0 ; extra == 'billingconductor'
489
491
  Provides-Extra: boto3
490
- Requires-Dist: boto3 ==1.33.3 ; extra == 'boto3'
491
- Requires-Dist: botocore ==1.33.3 ; extra == 'boto3'
492
+ Requires-Dist: boto3 ==1.33.5 ; extra == 'boto3'
493
+ Requires-Dist: botocore ==1.33.5 ; extra == 'boto3'
492
494
  Provides-Extra: braket
493
495
  Requires-Dist: mypy-boto3-braket <1.34.0,>=1.33.0 ; extra == 'braket'
494
496
  Provides-Extra: budgets
@@ -853,8 +855,12 @@ Provides-Extra: managedblockchain
853
855
  Requires-Dist: mypy-boto3-managedblockchain <1.34.0,>=1.33.0 ; extra == 'managedblockchain'
854
856
  Provides-Extra: managedblockchain-query
855
857
  Requires-Dist: mypy-boto3-managedblockchain-query <1.34.0,>=1.33.0 ; extra == 'managedblockchain-query'
858
+ Provides-Extra: marketplace-agreement
859
+ Requires-Dist: mypy-boto3-marketplace-agreement <1.34.0,>=1.33.0 ; extra == 'marketplace-agreement'
856
860
  Provides-Extra: marketplace-catalog
857
861
  Requires-Dist: mypy-boto3-marketplace-catalog <1.34.0,>=1.33.0 ; extra == 'marketplace-catalog'
862
+ Provides-Extra: marketplace-deployment
863
+ Requires-Dist: mypy-boto3-marketplace-deployment <1.34.0,>=1.33.0 ; extra == 'marketplace-deployment'
858
864
  Provides-Extra: marketplace-entitlement
859
865
  Requires-Dist: mypy-boto3-marketplace-entitlement <1.34.0,>=1.33.0 ; extra == 'marketplace-entitlement'
860
866
  Provides-Extra: marketplacecommerceanalytics
@@ -1174,7 +1180,7 @@ Requires-Dist: mypy-boto3-xray <1.34.0,>=1.33.0 ; extra == 'xray'
1174
1180
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
1175
1181
 
1176
1182
  Type annotations for
1177
- [boto3 1.33.3](https://boto3.amazonaws.com/v1/documentation/api/1.33.3/index.html)
1183
+ [boto3 1.33.5](https://boto3.amazonaws.com/v1/documentation/api/1.33.5/index.html)
1178
1184
  compatible with [VSCode](https://code.visualstudio.com/),
1179
1185
  [PyCharm](https://www.jetbrains.com/pycharm/),
1180
1186
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -1556,7 +1562,7 @@ repository.
1556
1562
 
1557
1563
  ## Submodules
1558
1564
 
1559
- - `boto3-stubs[all]` - Type annotations for all 372 services.
1565
+ - `boto3-stubs[all]` - Type annotations for all 374 services.
1560
1566
  - `boto3-stubs[essential]` - Type annotations for
1561
1567
  [CloudFormation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_cloudformation/),
1562
1568
  [DynamoDB](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dynamodb/),
@@ -2200,9 +2206,15 @@ repository.
2200
2206
  - `boto3-stubs[managedblockchain-query]` - Type annotations for
2201
2207
  [ManagedBlockchainQuery](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_managedblockchain_query/)
2202
2208
  service.
2209
+ - `boto3-stubs[marketplace-agreement]` - Type annotations for
2210
+ [AgreementService](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_marketplace_agreement/)
2211
+ service.
2203
2212
  - `boto3-stubs[marketplace-catalog]` - Type annotations for
2204
2213
  [MarketplaceCatalog](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_marketplace_catalog/)
2205
2214
  service.
2215
+ - `boto3-stubs[marketplace-deployment]` - Type annotations for
2216
+ [MarketplaceDeploymentService](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_marketplace_deployment/)
2217
+ service.
2206
2218
  - `boto3-stubs[marketplace-entitlement]` - Type annotations for
2207
2219
  [MarketplaceEntitlementService](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_marketplace_entitlement/)
2208
2220
  service.
@@ -1,9 +1,9 @@
1
- boto3-stubs/__init__.pyi,sha256=BQFysRvlV-ErBaAhqRA9ehtgoCpCmdfpEjV3ea5uIps,199896
1
+ boto3-stubs/__init__.pyi,sha256=HZzdD1iS5rHVH1oS5WZq1NVnNwAhOwi0QyAqkQqXLBo,201014
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=6ZiebCOUoGd97ZBtkM9oJ-nuX5-1S6eJPV-U_hiRgXE,226784
6
+ boto3-stubs/session.pyi,sha256=qMXSzgvWzXdybyg6UUK3zO2c3gHq1juo6jajfOe3F4U,228034
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/utils.pyi,sha256=-TPT9ceptcx5Fx7PHeBt6u1jV-PuAudb5VYCtqf7SYg,934
@@ -27,8 +27,8 @@ boto3-stubs/s3/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
27
27
  boto3-stubs/s3/constants.pyi,sha256=9MYiVx6cRf9tcrxvpy0Ubi4HGyrmUj19WQA54lmfoR8,75
28
28
  boto3-stubs/s3/inject.pyi,sha256=UxVi6tYfEYdvc8cKldt9StTEGFHWTdd-867frSfxF9w,4577
29
29
  boto3-stubs/s3/transfer.pyi,sha256=8OeQEDD1JlR98UBxvKgOEj2lHRHDPlv0-H-7DDrNQAs,2445
30
- boto3_stubs-1.33.3.dist-info/LICENSE,sha256=v0rThCyxXzUO7rKg6RM8RmmNKO6EvsBx_mdNoXUPxAU,1070
31
- boto3_stubs-1.33.3.dist-info/METADATA,sha256=tUMMpp4csLjTbcOfknmtGTNFS3uORRIEwGdQvCpZU_8,137769
32
- boto3_stubs-1.33.3.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
33
- boto3_stubs-1.33.3.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
34
- boto3_stubs-1.33.3.dist-info/RECORD,,
30
+ boto3_stubs-1.33.5.dist-info/LICENSE,sha256=v0rThCyxXzUO7rKg6RM8RmmNKO6EvsBx_mdNoXUPxAU,1070
31
+ boto3_stubs-1.33.5.dist-info/METADATA,sha256=DVSY2wrYkGpYpaNIvbwD6W3WFtxGEZh8PNXpRewHzH4,138571
32
+ boto3_stubs-1.33.5.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
33
+ boto3_stubs-1.33.5.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
34
+ boto3_stubs-1.33.5.dist-info/RECORD,,