CloudWatchApplicationSignals module#
Index > CloudWatchApplicationSignals
Auto-generated documentation for CloudWatchApplicationSignals type annotations stubs module types-boto3-application-signals.
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.36.26' mypy-boto3-builder
- Select
boto3
AWS SDK. - Add
CloudWatchApplicationSignals
service. - 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 CloudWatchApplicationSignals
.
From PyPI with pip#
Install types-boto3
for CloudWatchApplicationSignals
service.
# install with boto3 type annotations
python -m pip install 'types-boto3[application-signals]'
# 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[application-signals]'
# standalone installation
python -m pip install types-boto3-application-signals
How to uninstall#
python -m pip uninstall -y types-boto3-application-signals
Usage#
Code samples can be found in Examples.
CloudWatchApplicationSignalsClient#
Type annotations and code completion for boto3.client("application-signals")
as CloudWatchApplicationSignalsClient
boto3 documentation
# CloudWatchApplicationSignalsClient usage example
from boto3.session import Session
from types_boto3_application_signals.client import CloudWatchApplicationSignalsClient
def get_client() -> CloudWatchApplicationSignalsClient:
return Session().client("application-signals")
Paginators#
Type annotations and code completion for paginators
from boto3.client("application-signals").get_paginator("...")
.
# ListServiceDependenciesPaginator usage example
from boto3.session import Session
from types_boto3_application_signals.paginator import ListServiceDependenciesPaginator
def get_list_service_dependencies_paginator() -> ListServiceDependenciesPaginator:
return Session().client("application-signals").get_paginator("list_service_dependencies"))
- ListServiceDependenciesPaginator
- ListServiceDependentsPaginator
- ListServiceLevelObjectivesPaginator
- ListServiceOperationsPaginator
- ListServicesPaginator
Literals#
Type annotations for literals used in methods and schema.
# DurationUnitType usage example
from types_boto3_application_signals.literals import DurationUnitType
def get_value() -> DurationUnitType:
return "DAY"
- DurationUnitType
- EvaluationTypeType
- ListServiceDependenciesPaginatorName
- ListServiceDependentsPaginatorName
- ListServiceLevelObjectivesPaginatorName
- ListServiceOperationsPaginatorName
- ListServicesPaginatorName
- ServiceLevelIndicatorComparisonOperatorType
- ServiceLevelIndicatorMetricTypeType
- ServiceLevelObjectiveBudgetStatusType
- StandardUnitType
- CloudWatchApplicationSignalsServiceName
- ServiceName
- ResourceServiceName
- PaginatorName
Type definitions#
Type annotations for type definitions used in methods and schema.
- TimestampTypeDef
- ResponseMetadataTypeDef
- ServiceLevelObjectiveBudgetReportErrorTypeDef
- BurnRateConfigurationTypeDef
- CalendarIntervalOutputTypeDef
- TagTypeDef
- DeleteServiceLevelObjectiveInputTypeDef
- DimensionTypeDef
- GetServiceLevelObjectiveInputTypeDef
- RollingIntervalTypeDef
- PaginatorConfigTypeDef
- ListServiceLevelObjectivesInputTypeDef
- ServiceLevelObjectiveSummaryTypeDef
- ListTagsForResourceRequestTypeDef
- UntagResourceRequestTypeDef
- BatchGetServiceLevelObjectiveBudgetReportInputTypeDef
- CalendarIntervalTypeDef
- GetServiceInputTypeDef
- ListServiceDependenciesInputTypeDef
- ListServiceDependentsInputTypeDef
- ListServiceOperationsInputTypeDef
- ListServicesInputTypeDef
- ListTagsForResourceResponseTypeDef
- TagResourceRequestTypeDef
- MetricOutputTypeDef
- MetricReferenceTypeDef
- MetricTypeDef
- IntervalOutputTypeDef
- ListServiceDependenciesInputPaginateTypeDef
- ListServiceDependentsInputPaginateTypeDef
- ListServiceLevelObjectivesInputPaginateTypeDef
- ListServiceOperationsInputPaginateTypeDef
- ListServicesInputPaginateTypeDef
- ListServiceLevelObjectivesOutputTypeDef
- IntervalTypeDef
- MetricStatOutputTypeDef
- ServiceDependencyTypeDef
- ServiceDependentTypeDef
- ServiceOperationTypeDef
- ServiceSummaryTypeDef
- ServiceTypeDef
- MetricUnionTypeDef
- GoalOutputTypeDef
- GoalTypeDef
- MetricDataQueryOutputTypeDef
- ListServiceDependenciesOutputTypeDef
- ListServiceDependentsOutputTypeDef
- ListServiceOperationsOutputTypeDef
- ListServicesOutputTypeDef
- GetServiceOutputTypeDef
- MetricStatTypeDef
- GoalUnionTypeDef
- MonitoredRequestCountMetricDataQueriesOutputTypeDef
- ServiceLevelIndicatorMetricTypeDef
- MetricStatUnionTypeDef
- RequestBasedServiceLevelIndicatorMetricTypeDef
- ServiceLevelIndicatorTypeDef
- MetricDataQueryTypeDef
- RequestBasedServiceLevelIndicatorTypeDef
- MetricDataQueryUnionTypeDef
- ServiceLevelObjectiveBudgetReportTypeDef
- ServiceLevelObjectiveTypeDef
- MonitoredRequestCountMetricDataQueriesTypeDef
- ServiceLevelIndicatorMetricConfigTypeDef
- BatchGetServiceLevelObjectiveBudgetReportOutputTypeDef
- CreateServiceLevelObjectiveOutputTypeDef
- GetServiceLevelObjectiveOutputTypeDef
- UpdateServiceLevelObjectiveOutputTypeDef
- MonitoredRequestCountMetricDataQueriesUnionTypeDef
- ServiceLevelIndicatorConfigTypeDef
- RequestBasedServiceLevelIndicatorMetricConfigTypeDef
- RequestBasedServiceLevelIndicatorConfigTypeDef
- CreateServiceLevelObjectiveInputTypeDef
- UpdateServiceLevelObjectiveInputTypeDef