Registry / devops / botocore-a-la-carte-marketplace-deployment

botocore-a-la-carte-marketplace-deployment

JSON →
library1.34.144pypypiunverified

Provides marketplace-deployment service data for botocore. Part of the botocore-a-la-carte package that allows selective installation of AWS service data. Current version 1.34.144. Release cadence follows botocore updates.

pip install botocore-a-la-carte-marketplace-deployment
INSTALL
IMPORT
SIG · BOTOCORE-A-LA-CART
B
botocore-a-la-carte-marketplace-deployment
devopspythonv1.34.144
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Creates a botocore session and client for marketplace-deployment service.

import botocore.session session = botocore.session.get_session() client = session.create_client('marketplace-deployment', region_name='us-east-1')
Debug
Known issues
gotchaThis package only provides service data; you need botocore installed separately or via the 'botocore-a-la-carte' meta-package.
fix
Install botocore-a-la-carte or botocore separately: pip install botocore-a-la-carte
affects: all
gotchaService data packages like this are version-locked to a specific botocore version. Mixing different versions can cause import errors or missing APIs.
fix
Ensure botocore-a-la-carte and its sub-packages share the same version number.
affects: all
Errors
Common errors & fixes
ImportError: No module named 'botocore'
botocore not installed.
fix
pip install botocore
botocore.exceptions.DataNotFoundError: Unable to load data for: marketplace-deployment
Missing service data for marketplace-deployment.
fix
Install this package: pip install botocore-a-la-carte-marketplace-deployment
Upgrade
Version history
1.34.144latest on PyPI · released Jul 13, 2024
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
botocore-a-la-carte-marketplace-deployment — pip install botocore-a-la-carte-marketplace-deployment · libregistry