CloudWatchEvidently module#
Index > CloudWatchEvidently
Auto-generated documentation for CloudWatchEvidently type annotations stubs module types-boto3-evidently.
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
CloudWatchEvidently
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 CloudWatchEvidently
.
From PyPI with pip#
Install types-boto3
for CloudWatchEvidently
service.
# install with boto3 type annotations
python -m pip install 'types-boto3[evidently]'
# 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[evidently]'
# standalone installation
python -m pip install types-boto3-evidently
How to uninstall#
python -m pip uninstall -y types-boto3-evidently
Usage#
Code samples can be found in Examples.
CloudWatchEvidentlyClient#
Type annotations and code completion for boto3.client("evidently")
as CloudWatchEvidentlyClient
boto3 documentation
# CloudWatchEvidentlyClient usage example
from boto3.session import Session
from types_boto3_evidently.client import CloudWatchEvidentlyClient
def get_client() -> CloudWatchEvidentlyClient:
return Session().client("evidently")
Paginators#
Type annotations and code completion for paginators
from boto3.client("evidently").get_paginator("...")
.
# ListExperimentsPaginator usage example
from boto3.session import Session
from types_boto3_evidently.paginator import ListExperimentsPaginator
def get_list_experiments_paginator() -> ListExperimentsPaginator:
return Session().client("evidently").get_paginator("list_experiments"))
- ListExperimentsPaginator
- ListFeaturesPaginator
- ListLaunchesPaginator
- ListProjectsPaginator
- ListSegmentReferencesPaginator
- ListSegmentsPaginator
Literals#
Type annotations for literals used in methods and schema.
# ChangeDirectionEnumType usage example
from types_boto3_evidently.literals import ChangeDirectionEnumType
def get_value() -> ChangeDirectionEnumType:
return "DECREASE"
- ChangeDirectionEnumType
- EventTypeType
- ExperimentBaseStatType
- ExperimentReportNameType
- ExperimentResultRequestTypeType
- ExperimentResultResponseTypeType
- ExperimentStatusType
- ExperimentStopDesiredStateType
- ExperimentTypeType
- FeatureEvaluationStrategyType
- FeatureStatusType
- LaunchStatusType
- LaunchStopDesiredStateType
- LaunchTypeType
- ListExperimentsPaginatorName
- ListFeaturesPaginatorName
- ListLaunchesPaginatorName
- ListProjectsPaginatorName
- ListSegmentReferencesPaginatorName
- ListSegmentsPaginatorName
- ProjectStatusType
- SegmentReferenceResourceTypeType
- VariationValueTypeType
- CloudWatchEvidentlyServiceName
- ServiceName
- ResourceServiceName
- PaginatorName
- RegionName
Type definitions#
Type annotations for type definitions used in methods and schema.
- EvaluationRequestTypeDef
- ResponseMetadataTypeDef
- CloudWatchLogsDestinationConfigTypeDef
- CloudWatchLogsDestinationTypeDef
- OnlineAbConfigTypeDef
- TreatmentConfigTypeDef
- LaunchGroupConfigTypeDef
- ProjectAppConfigResourceConfigTypeDef
- CreateSegmentRequestTypeDef
- SegmentTypeDef
- DeleteExperimentRequestTypeDef
- DeleteFeatureRequestTypeDef
- DeleteLaunchRequestTypeDef
- DeleteProjectRequestTypeDef
- DeleteSegmentRequestTypeDef
- EvaluateFeatureRequestTypeDef
- VariableValueTypeDef
- EvaluationRuleTypeDef
- TimestampTypeDef
- ExperimentExecutionTypeDef
- ExperimentReportTypeDef
- ExperimentResultsDataTypeDef
- ExperimentScheduleTypeDef
- OnlineAbDefinitionTypeDef
- TreatmentTypeDef
- GetExperimentRequestTypeDef
- GetFeatureRequestTypeDef
- GetLaunchRequestTypeDef
- GetProjectRequestTypeDef
- GetSegmentRequestTypeDef
- LaunchExecutionTypeDef
- LaunchGroupTypeDef
- PaginatorConfigTypeDef
- ListExperimentsRequestTypeDef
- ListFeaturesRequestTypeDef
- ListLaunchesRequestTypeDef
- ListProjectsRequestTypeDef
- ProjectSummaryTypeDef
- ListSegmentReferencesRequestTypeDef
- RefResourceTypeDef
- ListSegmentsRequestTypeDef
- ListTagsForResourceRequestTypeDef
- MetricDefinitionConfigTypeDef
- MetricDefinitionTypeDef
- ProjectAppConfigResourceTypeDef
- S3DestinationConfigTypeDef
- S3DestinationTypeDef
- PutProjectEventsResultEntryTypeDef
- SegmentOverrideOutputTypeDef
- SegmentOverrideTypeDef
- StartLaunchRequestTypeDef
- StopExperimentRequestTypeDef
- StopLaunchRequestTypeDef
- TagResourceRequestTypeDef
- TestSegmentPatternRequestTypeDef
- UntagResourceRequestTypeDef
- BatchEvaluateFeatureRequestTypeDef
- ListTagsForResourceResponseTypeDef
- StartExperimentResponseTypeDef
- StopExperimentResponseTypeDef
- StopLaunchResponseTypeDef
- TestSegmentPatternResponseTypeDef
- UpdateProjectRequestTypeDef
- CreateSegmentResponseTypeDef
- GetSegmentResponseTypeDef
- ListSegmentsResponseTypeDef
- EvaluateFeatureResponseTypeDef
- EvaluationResultTypeDef
- VariationConfigTypeDef
- VariationTypeDef
- FeatureSummaryTypeDef
- EventTypeDef
- GetExperimentResultsRequestTypeDef
- StartExperimentRequestTypeDef
- GetExperimentResultsResponseTypeDef
- ListExperimentsRequestPaginateTypeDef
- ListFeaturesRequestPaginateTypeDef
- ListLaunchesRequestPaginateTypeDef
- ListProjectsRequestPaginateTypeDef
- ListSegmentReferencesRequestPaginateTypeDef
- ListSegmentsRequestPaginateTypeDef
- ListProjectsResponseTypeDef
- ListSegmentReferencesResponseTypeDef
- MetricGoalConfigTypeDef
- MetricMonitorConfigTypeDef
- MetricGoalTypeDef
- MetricMonitorTypeDef
- ProjectDataDeliveryConfigTypeDef
- UpdateProjectDataDeliveryRequestTypeDef
- ProjectDataDeliveryTypeDef
- PutProjectEventsResponseTypeDef
- ScheduledSplitTypeDef
- SegmentOverrideUnionTypeDef
- BatchEvaluateFeatureResponseTypeDef
- CreateFeatureRequestTypeDef
- UpdateFeatureRequestTypeDef
- FeatureTypeDef
- ListFeaturesResponseTypeDef
- PutProjectEventsRequestTypeDef
- CreateExperimentRequestTypeDef
- UpdateExperimentRequestTypeDef
- ExperimentTypeDef
- CreateProjectRequestTypeDef
- ProjectTypeDef
- ScheduledSplitsLaunchDefinitionTypeDef
- ScheduledSplitConfigTypeDef
- CreateFeatureResponseTypeDef
- GetFeatureResponseTypeDef
- UpdateFeatureResponseTypeDef
- CreateExperimentResponseTypeDef
- GetExperimentResponseTypeDef
- ListExperimentsResponseTypeDef
- UpdateExperimentResponseTypeDef
- CreateProjectResponseTypeDef
- GetProjectResponseTypeDef
- UpdateProjectDataDeliveryResponseTypeDef
- UpdateProjectResponseTypeDef
- LaunchTypeDef
- ScheduledSplitsLaunchConfigTypeDef
- CreateLaunchResponseTypeDef
- GetLaunchResponseTypeDef
- ListLaunchesResponseTypeDef
- StartLaunchResponseTypeDef
- UpdateLaunchResponseTypeDef
- CreateLaunchRequestTypeDef
- UpdateLaunchRequestTypeDef