CloudWatchApplicationSignals module#
Index > CloudWatchApplicationSignals
Auto-generated documentation for CloudWatchApplicationSignals type annotations stubs module mypy-boto3-application-signals.
How to install#
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 boto3-stubs
for CloudWatchApplicationSignals
service.
# install with boto3 type annotations
python -m pip install 'boto3-stubs[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 'boto3-stubs-lite[application-signals]'
# standalone installation
python -m pip install mypy-boto3-application-signals
How to uninstall#
python -m pip uninstall -y mypy-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 mypy_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 mypy_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 mypy_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
- DeleteServiceLevelObjectiveInputRequestTypeDef
- DimensionTypeDef
- GetServiceLevelObjectiveInputRequestTypeDef
- RollingIntervalTypeDef
- PaginatorConfigTypeDef
- ListServiceLevelObjectivesInputRequestTypeDef
- ServiceLevelObjectiveSummaryTypeDef
- ListTagsForResourceRequestRequestTypeDef
- UntagResourceRequestRequestTypeDef
- BatchGetServiceLevelObjectiveBudgetReportInputRequestTypeDef
- CalendarIntervalTypeDef
- GetServiceInputRequestTypeDef
- ListServiceDependenciesInputRequestTypeDef
- ListServiceDependentsInputRequestTypeDef
- ListServiceOperationsInputRequestTypeDef
- ListServicesInputRequestTypeDef
- ListTagsForResourceResponseTypeDef
- TagResourceRequestRequestTypeDef
- MetricOutputTypeDef
- MetricReferenceTypeDef
- MetricTypeDef
- IntervalOutputTypeDef
- ListServiceDependenciesInputListServiceDependenciesPaginateTypeDef
- ListServiceDependentsInputListServiceDependentsPaginateTypeDef
- ListServiceLevelObjectivesInputListServiceLevelObjectivesPaginateTypeDef
- ListServiceOperationsInputListServiceOperationsPaginateTypeDef
- ListServicesInputListServicesPaginateTypeDef
- ListServiceLevelObjectivesOutputTypeDef
- CalendarIntervalUnionTypeDef
- MetricStatOutputTypeDef
- ServiceDependencyTypeDef
- ServiceDependentTypeDef
- ServiceOperationTypeDef
- ServiceSummaryTypeDef
- ServiceTypeDef
- MetricUnionTypeDef
- GoalOutputTypeDef
- IntervalTypeDef
- MetricDataQueryOutputTypeDef
- ListServiceDependenciesOutputTypeDef
- ListServiceDependentsOutputTypeDef
- ListServiceOperationsOutputTypeDef
- ListServicesOutputTypeDef
- GetServiceOutputTypeDef
- MetricStatTypeDef
- IntervalUnionTypeDef
- MonitoredRequestCountMetricDataQueriesOutputTypeDef
- ServiceLevelIndicatorMetricTypeDef
- MetricStatUnionTypeDef
- GoalTypeDef
- RequestBasedServiceLevelIndicatorMetricTypeDef
- ServiceLevelIndicatorTypeDef
- MetricDataQueryTypeDef
- RequestBasedServiceLevelIndicatorTypeDef
- MetricDataQueryUnionTypeDef
- MonitoredRequestCountMetricDataQueriesTypeDef
- ServiceLevelObjectiveBudgetReportTypeDef
- ServiceLevelObjectiveTypeDef
- ServiceLevelIndicatorMetricConfigTypeDef
- MonitoredRequestCountMetricDataQueriesUnionTypeDef
- BatchGetServiceLevelObjectiveBudgetReportOutputTypeDef
- CreateServiceLevelObjectiveOutputTypeDef
- GetServiceLevelObjectiveOutputTypeDef
- UpdateServiceLevelObjectiveOutputTypeDef
- ServiceLevelIndicatorConfigTypeDef
- RequestBasedServiceLevelIndicatorMetricConfigTypeDef
- RequestBasedServiceLevelIndicatorConfigTypeDef
- CreateServiceLevelObjectiveInputRequestTypeDef
- UpdateServiceLevelObjectiveInputRequestTypeDef