Appflow module#
Index > Appflow
Auto-generated documentation for Appflow type annotations stubs module mypy-boto3-appflow.
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 Appflow
.
From PyPI with pip#
Install boto3-stubs
for Appflow
service.
# install with boto3 type annotations
python -m pip install 'boto3-stubs[appflow]'
# 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[appflow]'
# standalone installation
python -m pip install mypy-boto3-appflow
How to uninstall#
python -m pip uninstall -y mypy-boto3-appflow
Usage#
Code samples can be found in Examples.
AppflowClient#
Type annotations and code completion for boto3.client("appflow")
as AppflowClient
boto3 documentation
# AppflowClient usage example
from boto3.session import Session
from mypy_boto3_appflow.client import AppflowClient
def get_client() -> AppflowClient:
return Session().client("appflow")
Literals#
Type annotations for literals used in methods and schemas.
# AggregationTypeType usage example
from mypy_boto3_appflow.literals import AggregationTypeType
def get_value() -> AggregationTypeType:
return "None"
- AggregationTypeType
- AmplitudeConnectorOperatorType
- AuthenticationTypeType
- CatalogTypeType
- ConnectionModeType
- ConnectorProvisioningTypeType
- ConnectorTypeType
- DataPullModeType
- DataTransferApiTypeType
- DatadogConnectorOperatorType
- DynatraceConnectorOperatorType
- ExecutionStatusType
- FileTypeType
- FlowStatusType
- GoogleAnalyticsConnectorOperatorType
- InforNexusConnectorOperatorType
- MarketoConnectorOperatorType
- OAuth2CustomPropTypeType
- OAuth2GrantTypeType
- OperatorPropertiesKeysType
- OperatorType
- OperatorsType
- PardotConnectorOperatorType
- PathPrefixType
- PrefixFormatType
- PrefixTypeType
- PrivateConnectionProvisioningFailureCauseType
- PrivateConnectionProvisioningStatusType
- S3ConnectorOperatorType
- S3InputFileTypeType
- SAPODataConnectorOperatorType
- SalesforceConnectorOperatorType
- SalesforceDataTransferApiType
- ScheduleFrequencyTypeType
- ServiceNowConnectorOperatorType
- SingularConnectorOperatorType
- SlackConnectorOperatorType
- SupportedDataTransferTypeType
- TaskTypeType
- TrendmicroConnectorOperatorType
- TriggerTypeType
- VeevaConnectorOperatorType
- WriteOperationTypeType
- ZendeskConnectorOperatorType
- AppflowServiceName
- ServiceName
- ResourceServiceName
- RegionName
Typed dictionaries#
Type annotations for typed dictionaries used in methods and schema.
# AggregationConfigTypeDef usage example
from mypy_boto3_appflow.type_defs import AggregationConfigTypeDef
def get_value() -> AggregationConfigTypeDef:
return {
"aggregationType": ...,
}
- AggregationConfigTypeDef
- AmplitudeConnectorProfileCredentialsTypeDef
- AmplitudeSourcePropertiesTypeDef
- ApiKeyCredentialsTypeDef
- AuthParameterTypeDef
- BasicAuthCredentialsTypeDef
- CancelFlowExecutionsRequestRequestTypeDef
- CancelFlowExecutionsResponseTypeDef
- ConnectorRuntimeSettingTypeDef
- DataTransferApiTypeDef
- ConnectorDetailTypeDef
- DestinationFieldPropertiesTypeDef
- SourceFieldPropertiesTypeDef
- ConnectorEntityTypeDef
- GoogleAnalyticsMetadataTypeDef
- HoneycodeMetadataTypeDef
- SalesforceMetadataTypeDef
- SlackMetadataTypeDef
- SnowflakeMetadataTypeDef
- ZendeskMetadataTypeDef
- ConnectorOAuthRequestTypeDef
- ConnectorOperatorTypeDef
- DatadogConnectorProfileCredentialsTypeDef
- DynatraceConnectorProfileCredentialsTypeDef
- InforNexusConnectorProfileCredentialsTypeDef
- RedshiftConnectorProfileCredentialsTypeDef
- ServiceNowConnectorProfileCredentialsTypeDef
- SingularConnectorProfileCredentialsTypeDef
- SnowflakeConnectorProfileCredentialsTypeDef
- TrendmicroConnectorProfileCredentialsTypeDef
- VeevaConnectorProfileCredentialsTypeDef
- DatadogConnectorProfilePropertiesTypeDef
- DynatraceConnectorProfilePropertiesTypeDef
- InforNexusConnectorProfilePropertiesTypeDef
- MarketoConnectorProfilePropertiesTypeDef
- PardotConnectorProfilePropertiesTypeDef
- RedshiftConnectorProfilePropertiesTypeDef
- SalesforceConnectorProfilePropertiesTypeDef
- ServiceNowConnectorProfilePropertiesTypeDef
- SlackConnectorProfilePropertiesTypeDef
- SnowflakeConnectorProfilePropertiesTypeDef
- VeevaConnectorProfilePropertiesTypeDef
- ZendeskConnectorProfilePropertiesTypeDef
- PrivateConnectionProvisioningStateTypeDef
- LambdaConnectorProvisioningConfigTypeDef
- CreateConnectorProfileResponseTypeDef
- CreateFlowResponseTypeDef
- CustomAuthCredentialsTypeDef
- ErrorHandlingConfigTypeDef
- OAuth2PropertiesTypeDef
- CustomerProfilesDestinationPropertiesTypeDef
- DatadogSourcePropertiesTypeDef
- DeleteConnectorProfileRequestRequestTypeDef
- DeleteFlowRequestRequestTypeDef
- DescribeConnectorEntityRequestRequestTypeDef
- DescribeConnectorProfilesRequestRequestTypeDef
- DescribeConnectorRequestRequestTypeDef
- DescribeConnectorsRequestRequestTypeDef
- DescribeFlowExecutionRecordsRequestRequestTypeDef
- DescribeFlowRequestRequestTypeDef
- ExecutionDetailsTypeDef
- DynatraceSourcePropertiesTypeDef
- ErrorInfoTypeDef
- RangeTypeDef
- GlueDataCatalogConfigTypeDef
- GoogleAnalyticsSourcePropertiesTypeDef
- IncrementalPullConfigTypeDef
- InforNexusSourcePropertiesTypeDef
- ListConnectorEntitiesRequestRequestTypeDef
- ListConnectorsRequestRequestTypeDef
- ListFlowsRequestRequestTypeDef
- ListTagsForResourceRequestRequestTypeDef
- ListTagsForResourceResponseTypeDef
- MarketoSourcePropertiesTypeDef
- RegistrationOutputTypeDef
- OAuth2CustomParameterTypeDef
- OAuthPropertiesTypeDef
- PardotSourcePropertiesTypeDef
- PrefixConfigTypeDef
- RegisterConnectorResponseTypeDef
- ResponseMetadataTypeDef
- S3InputFormatConfigTypeDef
- SuccessResponseHandlingConfigTypeDef
- SAPODataSourcePropertiesTypeDef
- SalesforceSourcePropertiesTypeDef
- ScheduledTriggerPropertiesTypeDef
- ServiceNowSourcePropertiesTypeDef
- SingularSourcePropertiesTypeDef
- SlackSourcePropertiesTypeDef
- TrendmicroSourcePropertiesTypeDef
- VeevaSourcePropertiesTypeDef
- ZendeskSourcePropertiesTypeDef
- StartFlowRequestRequestTypeDef
- StartFlowResponseTypeDef
- StopFlowRequestRequestTypeDef
- StopFlowResponseTypeDef
- TagResourceRequestRequestTypeDef
- UnregisterConnectorRequestRequestTypeDef
- UntagResourceRequestRequestTypeDef
- UpdateConnectorProfileResponseTypeDef
- UpdateConnectorRegistrationResponseTypeDef
- UpdateFlowResponseTypeDef
- CustomAuthConfigTypeDef
- CustomConnectorSourcePropertiesTypeDef
- ListConnectorsResponseTypeDef
- ListConnectorEntitiesResponseTypeDef
- ConnectorMetadataTypeDef
- GoogleAnalyticsConnectorProfileCredentialsTypeDef
- HoneycodeConnectorProfileCredentialsTypeDef
- MarketoConnectorProfileCredentialsTypeDef
- OAuth2CredentialsTypeDef
- OAuthCredentialsTypeDef
- PardotConnectorProfileCredentialsTypeDef
- SalesforceConnectorProfileCredentialsTypeDef
- SlackConnectorProfileCredentialsTypeDef
- ZendeskConnectorProfileCredentialsTypeDef
- TaskTypeDef
- ConnectorProvisioningConfigTypeDef
- CustomConnectorDestinationPropertiesTypeDef
- EventBridgeDestinationPropertiesTypeDef
- HoneycodeDestinationPropertiesTypeDef
- MarketoDestinationPropertiesTypeDef
- RedshiftDestinationPropertiesTypeDef
- SalesforceDestinationPropertiesTypeDef
- SnowflakeDestinationPropertiesTypeDef
- ZendeskDestinationPropertiesTypeDef
- CustomConnectorProfilePropertiesTypeDef
- FlowDefinitionTypeDef
- ExecutionResultTypeDef
- FieldTypeDetailsTypeDef
- MetadataCatalogConfigTypeDef
- MetadataCatalogDetailTypeDef
- OAuth2DefaultsTypeDef
- SAPODataConnectorProfilePropertiesTypeDef
- S3OutputFormatConfigTypeDef
- UpsolverS3OutputFormatConfigTypeDef
- S3SourcePropertiesTypeDef
- SAPODataDestinationPropertiesTypeDef
- TriggerPropertiesTypeDef
- CustomConnectorProfileCredentialsTypeDef
- SAPODataConnectorProfileCredentialsTypeDef
- RegisterConnectorRequestRequestTypeDef
- UpdateConnectorRegistrationRequestRequestTypeDef
- ListFlowsResponseTypeDef
- SupportedFieldTypeDetailsTypeDef
- ExecutionRecordTypeDef
- AuthenticationConfigTypeDef
- ConnectorProfilePropertiesTypeDef
- S3DestinationPropertiesTypeDef
- UpsolverDestinationPropertiesTypeDef
- SourceConnectorPropertiesTypeDef
- TriggerConfigTypeDef
- ConnectorProfileCredentialsTypeDef
- ConnectorEntityFieldTypeDef
- DescribeFlowExecutionRecordsResponseTypeDef
- ConnectorConfigurationTypeDef
- ConnectorProfileTypeDef
- DestinationConnectorPropertiesTypeDef
- SourceFlowConfigTypeDef
- ConnectorProfileConfigTypeDef
- DescribeConnectorEntityResponseTypeDef
- DescribeConnectorResponseTypeDef
- DescribeConnectorsResponseTypeDef
- DescribeConnectorProfilesResponseTypeDef
- DestinationFlowConfigTypeDef
- CreateConnectorProfileRequestRequestTypeDef
- UpdateConnectorProfileRequestRequestTypeDef
- CreateFlowRequestRequestTypeDef
- DescribeFlowResponseTypeDef
- UpdateFlowRequestRequestTypeDef