Skip to content

Literals#

Index > PartnerCentralChannelAPI > Literals

Auto-generated documentation for PartnerCentralChannelAPI type annotations stubs module types-boto3-partnercentral-channel.

AssociationTypeType#

# AssociationTypeType usage example
from types_boto3_partnercentral_channel.literals import AssociationTypeType

def get_value() -> AssociationTypeType:
    return "DOWNSTREAM_SELLER"
# AssociationTypeType definition
AssociationTypeType = Literal[
    "DOWNSTREAM_SELLER",
    "END_CUSTOMER",
    "INTERNAL",
]

CoverageType#

# CoverageType usage example
from types_boto3_partnercentral_channel.literals import CoverageType

def get_value() -> CoverageType:
    return "ENTIRE_ORGANIZATION"
# CoverageType definition
CoverageType = Literal[
    "ENTIRE_ORGANIZATION",
    "MANAGEMENT_ACCOUNT_ONLY",
]

HandshakeStatusType#

# HandshakeStatusType usage example
from types_boto3_partnercentral_channel.literals import HandshakeStatusType

def get_value() -> HandshakeStatusType:
    return "ACCEPTED"
# HandshakeStatusType definition
HandshakeStatusType = Literal[
    "ACCEPTED",
    "CANCELED",
    "EXPIRED",
    "PENDING",
    "REJECTED",
]

HandshakeTypeType#

# HandshakeTypeType usage example
from types_boto3_partnercentral_channel.literals import HandshakeTypeType

def get_value() -> HandshakeTypeType:
    return "PROGRAM_MANAGEMENT_ACCOUNT"
# HandshakeTypeType definition
HandshakeTypeType = Literal[
    "PROGRAM_MANAGEMENT_ACCOUNT",
    "REVOKE_SERVICE_PERIOD",
    "START_SERVICE_PERIOD",
]

ListChannelHandshakesPaginatorName#

# ListChannelHandshakesPaginatorName usage example
from types_boto3_partnercentral_channel.literals import ListChannelHandshakesPaginatorName

def get_value() -> ListChannelHandshakesPaginatorName:
    return "list_channel_handshakes"
# ListChannelHandshakesPaginatorName definition
ListChannelHandshakesPaginatorName = Literal[
    "list_channel_handshakes",
]

ListProgramManagementAccountsPaginatorName#

# ListProgramManagementAccountsPaginatorName usage example
from types_boto3_partnercentral_channel.literals import ListProgramManagementAccountsPaginatorName

def get_value() -> ListProgramManagementAccountsPaginatorName:
    return "list_program_management_accounts"
# ListProgramManagementAccountsPaginatorName definition
ListProgramManagementAccountsPaginatorName = Literal[
    "list_program_management_accounts",
]

ListProgramManagementAccountsSortNameType#

# ListProgramManagementAccountsSortNameType usage example
from types_boto3_partnercentral_channel.literals import ListProgramManagementAccountsSortNameType

def get_value() -> ListProgramManagementAccountsSortNameType:
    return "UpdatedAt"
# ListProgramManagementAccountsSortNameType definition
ListProgramManagementAccountsSortNameType = Literal[
    "UpdatedAt",
]

ListRelationshipsPaginatorName#

# ListRelationshipsPaginatorName usage example
from types_boto3_partnercentral_channel.literals import ListRelationshipsPaginatorName

def get_value() -> ListRelationshipsPaginatorName:
    return "list_relationships"
# ListRelationshipsPaginatorName definition
ListRelationshipsPaginatorName = Literal[
    "list_relationships",
]

ListRelationshipsSortNameType#

# ListRelationshipsSortNameType usage example
from types_boto3_partnercentral_channel.literals import ListRelationshipsSortNameType

def get_value() -> ListRelationshipsSortNameType:
    return "UpdatedAt"
# ListRelationshipsSortNameType definition
ListRelationshipsSortNameType = Literal[
    "UpdatedAt",
]

ParticipantTypeType#

# ParticipantTypeType usage example
from types_boto3_partnercentral_channel.literals import ParticipantTypeType

def get_value() -> ParticipantTypeType:
    return "RECEIVER"
# ParticipantTypeType definition
ParticipantTypeType = Literal[
    "RECEIVER",
    "SENDER",
]

ProgramManagementAccountStatusType#

# ProgramManagementAccountStatusType usage example
from types_boto3_partnercentral_channel.literals import ProgramManagementAccountStatusType

def get_value() -> ProgramManagementAccountStatusType:
    return "ACTIVE"
# ProgramManagementAccountStatusType definition
ProgramManagementAccountStatusType = Literal[
    "ACTIVE",
    "INACTIVE",
    "PENDING",
]

ProgramManagementAccountTypeSortNameType#

# ProgramManagementAccountTypeSortNameType usage example
from types_boto3_partnercentral_channel.literals import ProgramManagementAccountTypeSortNameType

def get_value() -> ProgramManagementAccountTypeSortNameType:
    return "UpdatedAt"
# ProgramManagementAccountTypeSortNameType definition
ProgramManagementAccountTypeSortNameType = Literal[
    "UpdatedAt",
]

ProgramType#

# ProgramType usage example
from types_boto3_partnercentral_channel.literals import ProgramType

def get_value() -> ProgramType:
    return "DISTRIBUTION"
# ProgramType definition
ProgramType = Literal[
    "DISTRIBUTION",
    "DISTRIBUTION_SELLER",
    "SOLUTION_PROVIDER",
]

ProviderType#

# ProviderType usage example
from types_boto3_partnercentral_channel.literals import ProviderType

def get_value() -> ProviderType:
    return "DISTRIBUTION_SELLER"
# ProviderType definition
ProviderType = Literal[
    "DISTRIBUTION_SELLER",
    "DISTRIBUTOR",
]

ResaleAccountModelType#

# ResaleAccountModelType usage example
from types_boto3_partnercentral_channel.literals import ResaleAccountModelType

def get_value() -> ResaleAccountModelType:
    return "DISTRIBUTOR"
# ResaleAccountModelType definition
ResaleAccountModelType = Literal[
    "DISTRIBUTOR",
    "END_CUSTOMER",
    "SOLUTION_PROVIDER",
]

RevokeServicePeriodTypeSortNameType#

# RevokeServicePeriodTypeSortNameType usage example
from types_boto3_partnercentral_channel.literals import RevokeServicePeriodTypeSortNameType

def get_value() -> RevokeServicePeriodTypeSortNameType:
    return "UpdatedAt"
# RevokeServicePeriodTypeSortNameType definition
RevokeServicePeriodTypeSortNameType = Literal[
    "UpdatedAt",
]

SectorType#

# SectorType usage example
from types_boto3_partnercentral_channel.literals import SectorType

def get_value() -> SectorType:
    return "COMMERCIAL"
# SectorType definition
SectorType = Literal[
    "COMMERCIAL",
    "GOVERNMENT",
    "GOVERNMENT_EXCEPTION",
]

ServicePeriodTypeType#

# ServicePeriodTypeType usage example
from types_boto3_partnercentral_channel.literals import ServicePeriodTypeType

def get_value() -> ServicePeriodTypeType:
    return "FIXED_COMMITMENT_PERIOD"
# ServicePeriodTypeType definition
ServicePeriodTypeType = Literal[
    "FIXED_COMMITMENT_PERIOD",
    "MINIMUM_NOTICE_PERIOD",
]

SortOrderType#

# SortOrderType usage example
from types_boto3_partnercentral_channel.literals import SortOrderType

def get_value() -> SortOrderType:
    return "Ascending"
# SortOrderType definition
SortOrderType = Literal[
    "Ascending",
    "Descending",
]

StartServicePeriodTypeSortNameType#

# StartServicePeriodTypeSortNameType usage example
from types_boto3_partnercentral_channel.literals import StartServicePeriodTypeSortNameType

def get_value() -> StartServicePeriodTypeSortNameType:
    return "UpdatedAt"
# StartServicePeriodTypeSortNameType definition
StartServicePeriodTypeSortNameType = Literal[
    "UpdatedAt",
]

PartnerCentralChannelAPIServiceName#

# PartnerCentralChannelAPIServiceName usage example
from types_boto3_partnercentral_channel.literals import PartnerCentralChannelAPIServiceName

def get_value() -> PartnerCentralChannelAPIServiceName:
    return "partnercentral-channel"
# PartnerCentralChannelAPIServiceName definition
PartnerCentralChannelAPIServiceName = Literal[
    "partnercentral-channel",
]

ServiceName#

# ServiceName usage example
from types_boto3_partnercentral_channel.literals import ServiceName

def get_value() -> ServiceName:
    return "accessanalyzer"
# ServiceName definition
ServiceName = Literal[
    "accessanalyzer",
    "account",
    "acm",
    "acm-pca",
    "aiops",
    "amp",
    "amplify",
    "amplifybackend",
    "amplifyuibuilder",
    "apigateway",
    "apigatewaymanagementapi",
    "apigatewayv2",
    "appconfig",
    "appconfigdata",
    "appfabric",
    "appflow",
    "appintegrations",
    "application-autoscaling",
    "application-insights",
    "application-signals",
    "applicationcostprofiler",
    "appmesh",
    "apprunner",
    "appstream",
    "appsync",
    "arc-region-switch",
    "arc-zonal-shift",
    "artifact",
    "athena",
    "auditmanager",
    "autoscaling",
    "autoscaling-plans",
    "b2bi",
    "backup",
    "backup-gateway",
    "backupsearch",
    "batch",
    "bcm-dashboards",
    "bcm-data-exports",
    "bcm-pricing-calculator",
    "bcm-recommended-actions",
    "bedrock",
    "bedrock-agent",
    "bedrock-agent-runtime",
    "bedrock-agentcore",
    "bedrock-agentcore-control",
    "bedrock-data-automation",
    "bedrock-data-automation-runtime",
    "bedrock-runtime",
    "billing",
    "billingconductor",
    "braket",
    "budgets",
    "ce",
    "chatbot",
    "chime",
    "chime-sdk-identity",
    "chime-sdk-media-pipelines",
    "chime-sdk-meetings",
    "chime-sdk-messaging",
    "chime-sdk-voice",
    "cleanrooms",
    "cleanroomsml",
    "cloud9",
    "cloudcontrol",
    "clouddirectory",
    "cloudformation",
    "cloudfront",
    "cloudfront-keyvaluestore",
    "cloudhsm",
    "cloudhsmv2",
    "cloudsearch",
    "cloudsearchdomain",
    "cloudtrail",
    "cloudtrail-data",
    "cloudwatch",
    "codeartifact",
    "codebuild",
    "codecatalyst",
    "codecommit",
    "codeconnections",
    "codedeploy",
    "codeguru-reviewer",
    "codeguru-security",
    "codeguruprofiler",
    "codepipeline",
    "codestar-connections",
    "codestar-notifications",
    "cognito-identity",
    "cognito-idp",
    "cognito-sync",
    "comprehend",
    "comprehendmedical",
    "compute-optimizer",
    "config",
    "connect",
    "connect-contact-lens",
    "connectcampaigns",
    "connectcampaignsv2",
    "connectcases",
    "connectparticipant",
    "controlcatalog",
    "controltower",
    "cost-optimization-hub",
    "cur",
    "customer-profiles",
    "databrew",
    "dataexchange",
    "datapipeline",
    "datasync",
    "datazone",
    "dax",
    "deadline",
    "detective",
    "devicefarm",
    "devops-guru",
    "directconnect",
    "discovery",
    "dlm",
    "dms",
    "docdb",
    "docdb-elastic",
    "drs",
    "ds",
    "ds-data",
    "dsql",
    "dynamodb",
    "dynamodbstreams",
    "ebs",
    "ec2",
    "ec2-instance-connect",
    "ecr",
    "ecr-public",
    "ecs",
    "efs",
    "eks",
    "eks-auth",
    "elasticache",
    "elasticbeanstalk",
    "elastictranscoder",
    "elb",
    "elbv2",
    "emr",
    "emr-containers",
    "emr-serverless",
    "entityresolution",
    "es",
    "events",
    "evidently",
    "evs",
    "finspace",
    "finspace-data",
    "firehose",
    "fis",
    "fms",
    "forecast",
    "forecastquery",
    "frauddetector",
    "freetier",
    "fsx",
    "gamelift",
    "gameliftstreams",
    "geo-maps",
    "geo-places",
    "geo-routes",
    "glacier",
    "globalaccelerator",
    "glue",
    "grafana",
    "greengrass",
    "greengrassv2",
    "groundstation",
    "guardduty",
    "health",
    "healthlake",
    "iam",
    "identitystore",
    "imagebuilder",
    "importexport",
    "inspector",
    "inspector-scan",
    "inspector2",
    "internetmonitor",
    "invoicing",
    "iot",
    "iot-data",
    "iot-jobs-data",
    "iot-managed-integrations",
    "iotanalytics",
    "iotdeviceadvisor",
    "iotevents",
    "iotevents-data",
    "iotfleetwise",
    "iotsecuretunneling",
    "iotsitewise",
    "iotthingsgraph",
    "iottwinmaker",
    "iotwireless",
    "ivs",
    "ivs-realtime",
    "ivschat",
    "kafka",
    "kafkaconnect",
    "kendra",
    "kendra-ranking",
    "keyspaces",
    "keyspacesstreams",
    "kinesis",
    "kinesis-video-archived-media",
    "kinesis-video-media",
    "kinesis-video-signaling",
    "kinesis-video-webrtc-storage",
    "kinesisanalytics",
    "kinesisanalyticsv2",
    "kinesisvideo",
    "kms",
    "lakeformation",
    "lambda",
    "launch-wizard",
    "lex-models",
    "lex-runtime",
    "lexv2-models",
    "lexv2-runtime",
    "license-manager",
    "license-manager-linux-subscriptions",
    "license-manager-user-subscriptions",
    "lightsail",
    "location",
    "logs",
    "lookoutequipment",
    "m2",
    "machinelearning",
    "macie2",
    "mailmanager",
    "managedblockchain",
    "managedblockchain-query",
    "marketplace-agreement",
    "marketplace-catalog",
    "marketplace-deployment",
    "marketplace-entitlement",
    "marketplace-reporting",
    "marketplacecommerceanalytics",
    "mediaconnect",
    "mediaconvert",
    "medialive",
    "mediapackage",
    "mediapackage-vod",
    "mediapackagev2",
    "mediastore",
    "mediastore-data",
    "mediatailor",
    "medical-imaging",
    "memorydb",
    "meteringmarketplace",
    "mgh",
    "mgn",
    "migration-hub-refactor-spaces",
    "migrationhub-config",
    "migrationhuborchestrator",
    "migrationhubstrategy",
    "mpa",
    "mq",
    "mturk",
    "mwaa",
    "mwaa-serverless",
    "neptune",
    "neptune-graph",
    "neptunedata",
    "network-firewall",
    "networkflowmonitor",
    "networkmanager",
    "networkmonitor",
    "notifications",
    "notificationscontacts",
    "oam",
    "observabilityadmin",
    "odb",
    "omics",
    "opensearch",
    "opensearchserverless",
    "organizations",
    "osis",
    "outposts",
    "panorama",
    "partnercentral-channel",
    "partnercentral-selling",
    "payment-cryptography",
    "payment-cryptography-data",
    "pca-connector-ad",
    "pca-connector-scep",
    "pcs",
    "personalize",
    "personalize-events",
    "personalize-runtime",
    "pi",
    "pinpoint",
    "pinpoint-email",
    "pinpoint-sms-voice",
    "pinpoint-sms-voice-v2",
    "pipes",
    "polly",
    "pricing",
    "proton",
    "qapps",
    "qbusiness",
    "qconnect",
    "quicksight",
    "ram",
    "rbin",
    "rds",
    "rds-data",
    "redshift",
    "redshift-data",
    "redshift-serverless",
    "rekognition",
    "repostspace",
    "resiliencehub",
    "resource-explorer-2",
    "resource-groups",
    "resourcegroupstaggingapi",
    "rolesanywhere",
    "route53",
    "route53-recovery-cluster",
    "route53-recovery-control-config",
    "route53-recovery-readiness",
    "route53domains",
    "route53profiles",
    "route53resolver",
    "rtbfabric",
    "rum",
    "s3",
    "s3control",
    "s3outposts",
    "s3tables",
    "s3vectors",
    "sagemaker",
    "sagemaker-a2i-runtime",
    "sagemaker-edge",
    "sagemaker-featurestore-runtime",
    "sagemaker-geospatial",
    "sagemaker-metrics",
    "sagemaker-runtime",
    "savingsplans",
    "scheduler",
    "schemas",
    "sdb",
    "secretsmanager",
    "security-ir",
    "securityhub",
    "securitylake",
    "serverlessrepo",
    "service-quotas",
    "servicecatalog",
    "servicecatalog-appregistry",
    "servicediscovery",
    "ses",
    "sesv2",
    "shield",
    "signer",
    "signin",
    "simspaceweaver",
    "snow-device-management",
    "snowball",
    "sns",
    "socialmessaging",
    "sqs",
    "ssm",
    "ssm-contacts",
    "ssm-guiconnect",
    "ssm-incidents",
    "ssm-quicksetup",
    "ssm-sap",
    "sso",
    "sso-admin",
    "sso-oidc",
    "stepfunctions",
    "storagegateway",
    "sts",
    "supplychain",
    "support",
    "support-app",
    "swf",
    "synthetics",
    "taxsettings",
    "textract",
    "timestream-influxdb",
    "timestream-query",
    "timestream-write",
    "tnb",
    "transcribe",
    "transfer",
    "translate",
    "trustedadvisor",
    "verifiedpermissions",
    "voice-id",
    "vpc-lattice",
    "waf",
    "waf-regional",
    "wafv2",
    "wellarchitected",
    "wisdom",
    "workdocs",
    "workmail",
    "workmailmessageflow",
    "workspaces",
    "workspaces-instances",
    "workspaces-thin-client",
    "workspaces-web",
    "xray",
]

ResourceServiceName#

# ResourceServiceName usage example
from types_boto3_partnercentral_channel.literals import ResourceServiceName

def get_value() -> ResourceServiceName:
    return "cloudformation"
# ResourceServiceName definition
ResourceServiceName = Literal[
    "cloudformation",
    "cloudwatch",
    "dynamodb",
    "ec2",
    "glacier",
    "iam",
    "s3",
    "sns",
    "sqs",
]

PaginatorName#

# PaginatorName usage example
from types_boto3_partnercentral_channel.literals import PaginatorName

def get_value() -> PaginatorName:
    return "list_channel_handshakes"
# PaginatorName definition
PaginatorName = Literal[
    "list_channel_handshakes",
    "list_program_management_accounts",
    "list_relationships",
]