ServerlessApplicationRepository module#
Index > ServerlessApplicationRepository
Auto-generated documentation for ServerlessApplicationRepository type annotations stubs module types-boto3-serverlessrepo.
How to install#
Generate locally (recommended)#
You can generate type annotations for boto3 package locally with mypy-boto3-builder.
Use uv for build isolation.
- Run mypy-boto3-builder in your package root directory: uvx --with 'boto3==1.40.63' mypy-boto3-builder
- Select boto3AWS SDK.
- Add ServerlessApplicationRepositoryservice.
- Use provided commands to install generated packages.
VSCode extension#
Add AWS Boto3
extension to your VSCode and run AWS boto3: Quick Start command.
Click Modify and select boto3 common and ServerlessApplicationRepository.
From PyPI with pip#
Install types-boto3 for ServerlessApplicationRepository service.
# install with boto3 type annotations
python -m pip install 'types-boto3[serverlessrepo]'
# Lite version does not provide session.client/resource overloads
# it is more RAM-friendly, but requires explicit type annotations
python -m pip install 'types-boto3-lite[serverlessrepo]'
# standalone installation
python -m pip install types-boto3-serverlessrepoHow to uninstall#
python -m pip uninstall -y types-boto3-serverlessrepoUsage#
Code samples can be found in Examples.
ServerlessApplicationRepositoryClient#
Type annotations and code completion for  boto3.client("serverlessrepo") as ServerlessApplicationRepositoryClient
 boto3 documentation
# ServerlessApplicationRepositoryClient usage example
from boto3.session import Session
from types_boto3_serverlessrepo.client import ServerlessApplicationRepositoryClient
def get_client() -> ServerlessApplicationRepositoryClient:
    return Session().client("serverlessrepo")Paginators#
Type annotations and code completion for paginators
from boto3.client("serverlessrepo").get_paginator("...").
# ListApplicationDependenciesPaginator usage example
from boto3.session import Session
from types_boto3_serverlessrepo.paginator import ListApplicationDependenciesPaginator
def get_list_application_dependencies_paginator() -> ListApplicationDependenciesPaginator:
    return Session().client("serverlessrepo").get_paginator("list_application_dependencies"))Literals#
Type annotations for literals used in methods and schema.
# CapabilityType usage example
from types_boto3_serverlessrepo.literals import CapabilityType
def get_value() -> CapabilityType:
    return "CAPABILITY_AUTO_EXPAND"- CapabilityType
- ListApplicationDependenciesPaginatorName
- ListApplicationVersionsPaginatorName
- ListApplicationsPaginatorName
- StatusType
- ServerlessApplicationRepositoryServiceName
- ServiceName
- ResourceServiceName
- PaginatorName
- RegionName
Type definitions#
Type annotations for type definitions used in methods and schema.
- ApplicationDependencySummaryTypeDef
- ApplicationPolicyStatementOutputTypeDef
- ApplicationPolicyStatementTypeDef
- ApplicationSummaryTypeDef
- CreateApplicationRequestTypeDef
- ResponseMetadataTypeDef
- CreateApplicationVersionRequestTypeDef
- ParameterDefinitionTypeDef
- ParameterValueTypeDef
- TagTypeDef
- CreateCloudFormationTemplateRequestTypeDef
- DeleteApplicationRequestTypeDef
- GetApplicationPolicyRequestTypeDef
- GetApplicationRequestTypeDef
- GetCloudFormationTemplateRequestTypeDef
- PaginatorConfigTypeDef
- ListApplicationDependenciesRequestTypeDef
- ListApplicationVersionsRequestTypeDef
- VersionSummaryTypeDef
- ListApplicationsRequestTypeDef
- RollbackTriggerTypeDef
- UnshareApplicationRequestTypeDef
- UpdateApplicationRequestTypeDef
- ApplicationPolicyStatementUnionTypeDef
- CreateCloudFormationChangeSetResponseTypeDef
- CreateCloudFormationTemplateResponseTypeDef
- EmptyResponseMetadataTypeDef
- GetApplicationPolicyResponseTypeDef
- GetCloudFormationTemplateResponseTypeDef
- ListApplicationDependenciesResponseTypeDef
- ListApplicationsResponseTypeDef
- PutApplicationPolicyResponseTypeDef
- CreateApplicationVersionResponseTypeDef
- VersionTypeDef
- ListApplicationDependenciesRequestPaginateTypeDef
- ListApplicationVersionsRequestPaginateTypeDef
- ListApplicationsRequestPaginateTypeDef
- ListApplicationVersionsResponseTypeDef
- RollbackConfigurationTypeDef
- PutApplicationPolicyRequestTypeDef
- CreateApplicationResponseTypeDef
- GetApplicationResponseTypeDef
- UpdateApplicationResponseTypeDef
- CreateCloudFormationChangeSetRequestTypeDef