R/pinpointemail_interfaces.R

Defines functions update_configuration_set_event_destination_output update_configuration_set_event_destination_input untag_resource_output untag_resource_input tag_resource_output tag_resource_input send_email_output send_email_input put_email_identity_mail_from_attributes_output put_email_identity_mail_from_attributes_input put_email_identity_feedback_attributes_output put_email_identity_feedback_attributes_input put_email_identity_dkim_attributes_output put_email_identity_dkim_attributes_input put_deliverability_dashboard_option_output put_deliverability_dashboard_option_input put_dedicated_ip_warmup_attributes_output put_dedicated_ip_warmup_attributes_input put_dedicated_ip_in_pool_output put_dedicated_ip_in_pool_input put_configuration_set_tracking_options_output put_configuration_set_tracking_options_input put_configuration_set_sending_options_output put_configuration_set_sending_options_input put_configuration_set_reputation_options_output put_configuration_set_reputation_options_input put_configuration_set_delivery_options_output put_configuration_set_delivery_options_input put_account_sending_attributes_output put_account_sending_attributes_input put_account_dedicated_ip_warmup_attributes_output put_account_dedicated_ip_warmup_attributes_input list_tags_for_resource_output list_tags_for_resource_input list_email_identities_output list_email_identities_input list_domain_deliverability_campaigns_output list_domain_deliverability_campaigns_input list_deliverability_test_reports_output list_deliverability_test_reports_input list_dedicated_ip_pools_output list_dedicated_ip_pools_input list_configuration_sets_output list_configuration_sets_input get_email_identity_output get_email_identity_input get_domain_statistics_report_output get_domain_statistics_report_input get_domain_deliverability_campaign_output get_domain_deliverability_campaign_input get_deliverability_test_report_output get_deliverability_test_report_input get_deliverability_dashboard_options_output get_deliverability_dashboard_options_input get_dedicated_ips_output get_dedicated_ips_input get_dedicated_ip_output get_dedicated_ip_input get_configuration_set_event_destinations_output get_configuration_set_event_destinations_input get_configuration_set_output get_configuration_set_input get_blacklist_reports_output get_blacklist_reports_input get_account_output get_account_input delete_email_identity_output delete_email_identity_input delete_dedicated_ip_pool_output delete_dedicated_ip_pool_input delete_configuration_set_event_destination_output delete_configuration_set_event_destination_input delete_configuration_set_output delete_configuration_set_input create_email_identity_output create_email_identity_input create_deliverability_test_report_output create_deliverability_test_report_input create_dedicated_ip_pool_output create_dedicated_ip_pool_input create_configuration_set_event_destination_output create_configuration_set_event_destination_input create_configuration_set_output create_configuration_set_input

# This file is generated by make.paws. Please do not edit here.
#' @importFrom paws.common populate
#' @include pinpointemail_service.R
NULL

.pinpointemail$create_configuration_set_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ConfigurationSetName = structure(logical(0), tags = list(type = "string")), TrackingOptions = structure(list(CustomRedirectDomain = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DeliveryOptions = structure(list(TlsPolicy = structure(logical(0), tags = list(type = "string")), SendingPoolName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ReputationOptions = structure(list(ReputationMetricsEnabled = structure(logical(0), tags = list(type = "boolean")), LastFreshStart = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure")), SendingOptions = structure(list(SendingEnabled = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), Tags = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.pinpointemail$create_configuration_set_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(), tags = list(type = "structure"))
  return(populate(args, shape))
}

.pinpointemail$create_configuration_set_event_destination_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ConfigurationSetName = structure(logical(0), tags = list(location = "uri", locationName = "ConfigurationSetName", type = "string")), EventDestinationName = structure(logical(0), tags = list(type = "string")), EventDestination = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), MatchingEventTypes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), KinesisFirehoseDestination = structure(list(IamRoleArn = structure(logical(0), tags = list(type = "string")), DeliveryStreamArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CloudWatchDestination = structure(list(DimensionConfigurations = structure(list(structure(list(DimensionName = structure(logical(0), tags = list(type = "string")), DimensionValueSource = structure(logical(0), tags = list(type = "string")), DefaultDimensionValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SnsDestination = structure(list(TopicArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PinpointDestination = structure(list(ApplicationArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.pinpointemail$create_configuration_set_event_destination_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(), tags = list(type = "structure"))
  return(populate(args, shape))
}

.pinpointemail$create_dedicated_ip_pool_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(PoolName = structure(logical(0), tags = list(type = "string")), Tags = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.pinpointemail$create_dedicated_ip_pool_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(), tags = list(type = "structure"))
  return(populate(args, shape))
}

.pinpointemail$create_deliverability_test_report_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ReportName = structure(logical(0), tags = list(type = "string")), FromEmailAddress = structure(logical(0), tags = list(type = "string")), Content = structure(list(Simple = structure(list(Subject = structure(list(Data = structure(logical(0), tags = list(type = "string")), Charset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Body = structure(list(Text = structure(list(Data = structure(logical(0), tags = list(type = "string")), Charset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Html = structure(list(Data = structure(logical(0), tags = list(type = "string")), Charset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Raw = structure(list(Data = structure(logical(0), tags = list(type = "blob"))), tags = list(type = "structure")), Template = structure(list(TemplateArn = structure(logical(0), tags = list(type = "string")), TemplateData = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Tags = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.pinpointemail$create_deliverability_test_report_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ReportId = structure(logical(0), tags = list(type = "string")), DeliverabilityTestStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.pinpointemail$create_email_identity_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(EmailIdentity = structure(logical(0), tags = list(type = "string")), Tags = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.pinpointemail$create_email_identity_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(IdentityType = structure(logical(0), tags = list(type = "string")), VerifiedForSendingStatus = structure(logical(0), tags = list(type = "boolean")), DkimAttributes = structure(list(SigningEnabled = structure(logical(0), tags = list(type = "boolean")), Status = structure(logical(0), tags = list(type = "string")), Tokens = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.pinpointemail$delete_configuration_set_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ConfigurationSetName = structure(logical(0), tags = list(location = "uri", locationName = "ConfigurationSetName", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.pinpointemail$delete_configuration_set_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(), tags = list(type = "structure"))
  return(populate(args, shape))
}

.pinpointemail$delete_configuration_set_event_destination_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ConfigurationSetName = structure(logical(0), tags = list(location = "uri", locationName = "ConfigurationSetName", type = "string")), EventDestinationName = structure(logical(0), tags = list(location = "uri", locationName = "EventDestinationName", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.pinpointemail$delete_configuration_set_event_destination_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(), tags = list(type = "structure"))
  return(populate(args, shape))
}

.pinpointemail$delete_dedicated_ip_pool_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(PoolName = structure(logical(0), tags = list(location = "uri", locationName = "PoolName", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.pinpointemail$delete_dedicated_ip_pool_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(), tags = list(type = "structure"))
  return(populate(args, shape))
}

.pinpointemail$delete_email_identity_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(EmailIdentity = structure(logical(0), tags = list(location = "uri", locationName = "EmailIdentity", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.pinpointemail$delete_email_identity_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(), tags = list(type = "structure"))
  return(populate(args, shape))
}

.pinpointemail$get_account_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(), tags = list(type = "structure"))
  return(populate(args, shape))
}

.pinpointemail$get_account_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(SendQuota = structure(list(Max24HourSend = structure(logical(0), tags = list(type = "double")), MaxSendRate = structure(logical(0), tags = list(type = "double")), SentLast24Hours = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), SendingEnabled = structure(logical(0), tags = list(type = "boolean")), DedicatedIpAutoWarmupEnabled = structure(logical(0), tags = list(type = "boolean")), EnforcementStatus = structure(logical(0), tags = list(type = "string")), ProductionAccessEnabled = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.pinpointemail$get_blacklist_reports_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(BlacklistItemNames = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(location = "querystring", locationName = "BlacklistItemNames", type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.pinpointemail$get_blacklist_reports_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(BlacklistReport = structure(list(structure(list(structure(list(RblName = structure(logical(0), tags = list(type = "string")), ListingTime = structure(logical(0), tags = list(type = "timestamp")), Description = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "map"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.pinpointemail$get_configuration_set_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ConfigurationSetName = structure(logical(0), tags = list(location = "uri", locationName = "ConfigurationSetName", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.pinpointemail$get_configuration_set_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ConfigurationSetName = structure(logical(0), tags = list(type = "string")), TrackingOptions = structure(list(CustomRedirectDomain = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), DeliveryOptions = structure(list(TlsPolicy = structure(logical(0), tags = list(type = "string")), SendingPoolName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), ReputationOptions = structure(list(ReputationMetricsEnabled = structure(logical(0), tags = list(type = "boolean")), LastFreshStart = structure(logical(0), tags = list(type = "timestamp"))), tags = list(type = "structure")), SendingOptions = structure(list(SendingEnabled = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure")), Tags = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.pinpointemail$get_configuration_set_event_destinations_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ConfigurationSetName = structure(logical(0), tags = list(location = "uri", locationName = "ConfigurationSetName", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.pinpointemail$get_configuration_set_event_destinations_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(EventDestinations = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Enabled = structure(logical(0), tags = list(type = "boolean")), MatchingEventTypes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), KinesisFirehoseDestination = structure(list(IamRoleArn = structure(logical(0), tags = list(type = "string")), DeliveryStreamArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CloudWatchDestination = structure(list(DimensionConfigurations = structure(list(structure(list(DimensionName = structure(logical(0), tags = list(type = "string")), DimensionValueSource = structure(logical(0), tags = list(type = "string")), DefaultDimensionValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SnsDestination = structure(list(TopicArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PinpointDestination = structure(list(ApplicationArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.pinpointemail$get_dedicated_ip_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Ip = structure(logical(0), tags = list(location = "uri", locationName = "IP", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.pinpointemail$get_dedicated_ip_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(DedicatedIp = structure(list(Ip = structure(logical(0), tags = list(type = "string")), WarmupStatus = structure(logical(0), tags = list(type = "string")), WarmupPercentage = structure(logical(0), tags = list(type = "integer")), PoolName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.pinpointemail$get_dedicated_ips_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(PoolName = structure(logical(0), tags = list(location = "querystring", locationName = "PoolName", type = "string")), NextToken = structure(logical(0), tags = list(location = "querystring", locationName = "NextToken", type = "string")), PageSize = structure(logical(0), tags = list(location = "querystring", locationName = "PageSize", type = "integer"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.pinpointemail$get_dedicated_ips_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(DedicatedIps = structure(list(structure(list(Ip = structure(logical(0), tags = list(type = "string")), WarmupStatus = structure(logical(0), tags = list(type = "string")), WarmupPercentage = structure(logical(0), tags = list(type = "integer")), PoolName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.pinpointemail$get_deliverability_dashboard_options_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(), tags = list(type = "structure"))
  return(populate(args, shape))
}

.pinpointemail$get_deliverability_dashboard_options_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(DashboardEnabled = structure(logical(0), tags = list(type = "boolean")), SubscriptionExpiryDate = structure(logical(0), tags = list(type = "timestamp")), AccountStatus = structure(logical(0), tags = list(type = "string")), ActiveSubscribedDomains = structure(list(structure(list(Domain = structure(logical(0), tags = list(type = "string")), SubscriptionStartDate = structure(logical(0), tags = list(type = "timestamp")), InboxPlacementTrackingOption = structure(list(Global = structure(logical(0), tags = list(type = "boolean")), TrackedIsps = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), PendingExpirationSubscribedDomains = structure(list(structure(list(Domain = structure(logical(0), tags = list(type = "string")), SubscriptionStartDate = structure(logical(0), tags = list(type = "timestamp")), InboxPlacementTrackingOption = structure(list(Global = structure(logical(0), tags = list(type = "boolean")), TrackedIsps = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.pinpointemail$get_deliverability_test_report_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ReportId = structure(logical(0), tags = list(location = "uri", locationName = "ReportId", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.pinpointemail$get_deliverability_test_report_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(DeliverabilityTestReport = structure(list(ReportId = structure(logical(0), tags = list(type = "string")), ReportName = structure(logical(0), tags = list(type = "string")), Subject = structure(logical(0), tags = list(type = "string")), FromEmailAddress = structure(logical(0), tags = list(type = "string")), CreateDate = structure(logical(0), tags = list(type = "timestamp")), DeliverabilityTestStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), OverallPlacement = structure(list(InboxPercentage = structure(logical(0), tags = list(type = "double")), SpamPercentage = structure(logical(0), tags = list(type = "double")), MissingPercentage = structure(logical(0), tags = list(type = "double")), SpfPercentage = structure(logical(0), tags = list(type = "double")), DkimPercentage = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure")), IspPlacements = structure(list(structure(list(IspName = structure(logical(0), tags = list(type = "string")), PlacementStatistics = structure(list(InboxPercentage = structure(logical(0), tags = list(type = "double")), SpamPercentage = structure(logical(0), tags = list(type = "double")), MissingPercentage = structure(logical(0), tags = list(type = "double")), SpfPercentage = structure(logical(0), tags = list(type = "double")), DkimPercentage = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list")), Message = structure(logical(0), tags = list(type = "string")), Tags = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.pinpointemail$get_domain_deliverability_campaign_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(CampaignId = structure(logical(0), tags = list(location = "uri", locationName = "CampaignId", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.pinpointemail$get_domain_deliverability_campaign_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(DomainDeliverabilityCampaign = structure(list(CampaignId = structure(logical(0), tags = list(type = "string")), ImageUrl = structure(logical(0), tags = list(type = "string")), Subject = structure(logical(0), tags = list(type = "string")), FromAddress = structure(logical(0), tags = list(type = "string")), SendingIps = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), FirstSeenDateTime = structure(logical(0), tags = list(type = "timestamp")), LastSeenDateTime = structure(logical(0), tags = list(type = "timestamp")), InboxCount = structure(logical(0), tags = list(type = "long")), SpamCount = structure(logical(0), tags = list(type = "long")), ReadRate = structure(logical(0), tags = list(type = "double")), DeleteRate = structure(logical(0), tags = list(type = "double")), ReadDeleteRate = structure(logical(0), tags = list(type = "double")), ProjectedVolume = structure(logical(0), tags = list(type = "long")), Esps = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.pinpointemail$get_domain_statistics_report_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Domain = structure(logical(0), tags = list(location = "uri", locationName = "Domain", type = "string")), StartDate = structure(logical(0), tags = list(location = "querystring", locationName = "StartDate", type = "timestamp")), EndDate = structure(logical(0), tags = list(location = "querystring", locationName = "EndDate", type = "timestamp"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.pinpointemail$get_domain_statistics_report_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(OverallVolume = structure(list(VolumeStatistics = structure(list(InboxRawCount = structure(logical(0), tags = list(type = "long")), SpamRawCount = structure(logical(0), tags = list(type = "long")), ProjectedInbox = structure(logical(0), tags = list(type = "long")), ProjectedSpam = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), ReadRatePercent = structure(logical(0), tags = list(type = "double")), DomainIspPlacements = structure(list(structure(list(IspName = structure(logical(0), tags = list(type = "string")), InboxRawCount = structure(logical(0), tags = list(type = "long")), SpamRawCount = structure(logical(0), tags = list(type = "long")), InboxPercentage = structure(logical(0), tags = list(type = "double")), SpamPercentage = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), DailyVolumes = structure(list(structure(list(StartDate = structure(logical(0), tags = list(type = "timestamp")), VolumeStatistics = structure(list(InboxRawCount = structure(logical(0), tags = list(type = "long")), SpamRawCount = structure(logical(0), tags = list(type = "long")), ProjectedInbox = structure(logical(0), tags = list(type = "long")), ProjectedSpam = structure(logical(0), tags = list(type = "long"))), tags = list(type = "structure")), DomainIspPlacements = structure(list(structure(list(IspName = structure(logical(0), tags = list(type = "string")), InboxRawCount = structure(logical(0), tags = list(type = "long")), SpamRawCount = structure(logical(0), tags = list(type = "long")), InboxPercentage = structure(logical(0), tags = list(type = "double")), SpamPercentage = structure(logical(0), tags = list(type = "double"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.pinpointemail$get_email_identity_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(EmailIdentity = structure(logical(0), tags = list(location = "uri", locationName = "EmailIdentity", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.pinpointemail$get_email_identity_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(IdentityType = structure(logical(0), tags = list(type = "string")), FeedbackForwardingStatus = structure(logical(0), tags = list(type = "boolean")), VerifiedForSendingStatus = structure(logical(0), tags = list(type = "boolean")), DkimAttributes = structure(list(SigningEnabled = structure(logical(0), tags = list(type = "boolean")), Status = structure(logical(0), tags = list(type = "string")), Tokens = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), MailFromAttributes = structure(list(MailFromDomain = structure(logical(0), tags = list(type = "string")), MailFromDomainStatus = structure(logical(0), tags = list(type = "string")), BehaviorOnMxFailure = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tags = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.pinpointemail$list_configuration_sets_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(NextToken = structure(logical(0), tags = list(location = "querystring", locationName = "NextToken", type = "string")), PageSize = structure(logical(0), tags = list(location = "querystring", locationName = "PageSize", type = "integer"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.pinpointemail$list_configuration_sets_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ConfigurationSets = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), NextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.pinpointemail$list_dedicated_ip_pools_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(NextToken = structure(logical(0), tags = list(location = "querystring", locationName = "NextToken", type = "string")), PageSize = structure(logical(0), tags = list(location = "querystring", locationName = "PageSize", type = "integer"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.pinpointemail$list_dedicated_ip_pools_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(DedicatedIpPools = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), NextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.pinpointemail$list_deliverability_test_reports_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(NextToken = structure(logical(0), tags = list(location = "querystring", locationName = "NextToken", type = "string")), PageSize = structure(logical(0), tags = list(location = "querystring", locationName = "PageSize", type = "integer"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.pinpointemail$list_deliverability_test_reports_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(DeliverabilityTestReports = structure(list(structure(list(ReportId = structure(logical(0), tags = list(type = "string")), ReportName = structure(logical(0), tags = list(type = "string")), Subject = structure(logical(0), tags = list(type = "string")), FromEmailAddress = structure(logical(0), tags = list(type = "string")), CreateDate = structure(logical(0), tags = list(type = "timestamp")), DeliverabilityTestStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), NextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.pinpointemail$list_domain_deliverability_campaigns_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(StartDate = structure(logical(0), tags = list(location = "querystring", locationName = "StartDate", type = "timestamp")), EndDate = structure(logical(0), tags = list(location = "querystring", locationName = "EndDate", type = "timestamp")), SubscribedDomain = structure(logical(0), tags = list(location = "uri", locationName = "SubscribedDomain", type = "string")), NextToken = structure(logical(0), tags = list(location = "querystring", locationName = "NextToken", type = "string")), PageSize = structure(logical(0), tags = list(location = "querystring", locationName = "PageSize", type = "integer"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.pinpointemail$list_domain_deliverability_campaigns_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(DomainDeliverabilityCampaigns = structure(list(structure(list(CampaignId = structure(logical(0), tags = list(type = "string")), ImageUrl = structure(logical(0), tags = list(type = "string")), Subject = structure(logical(0), tags = list(type = "string")), FromAddress = structure(logical(0), tags = list(type = "string")), SendingIps = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), FirstSeenDateTime = structure(logical(0), tags = list(type = "timestamp")), LastSeenDateTime = structure(logical(0), tags = list(type = "timestamp")), InboxCount = structure(logical(0), tags = list(type = "long")), SpamCount = structure(logical(0), tags = list(type = "long")), ReadRate = structure(logical(0), tags = list(type = "double")), DeleteRate = structure(logical(0), tags = list(type = "double")), ReadDeleteRate = structure(logical(0), tags = list(type = "double")), ProjectedVolume = structure(logical(0), tags = list(type = "long")), Esps = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "list")), NextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.pinpointemail$list_email_identities_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(NextToken = structure(logical(0), tags = list(location = "querystring", locationName = "NextToken", type = "string")), PageSize = structure(logical(0), tags = list(location = "querystring", locationName = "PageSize", type = "integer"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.pinpointemail$list_email_identities_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(EmailIdentities = structure(list(structure(list(IdentityType = structure(logical(0), tags = list(type = "string")), IdentityName = structure(logical(0), tags = list(type = "string")), SendingEnabled = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))), tags = list(type = "list")), NextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.pinpointemail$list_tags_for_resource_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ResourceArn = structure(logical(0), tags = list(location = "querystring", locationName = "ResourceArn", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.pinpointemail$list_tags_for_resource_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Tags = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.pinpointemail$put_account_dedicated_ip_warmup_attributes_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AutoWarmupEnabled = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.pinpointemail$put_account_dedicated_ip_warmup_attributes_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(), tags = list(type = "structure"))
  return(populate(args, shape))
}

.pinpointemail$put_account_sending_attributes_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(SendingEnabled = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.pinpointemail$put_account_sending_attributes_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(), tags = list(type = "structure"))
  return(populate(args, shape))
}

.pinpointemail$put_configuration_set_delivery_options_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ConfigurationSetName = structure(logical(0), tags = list(location = "uri", locationName = "ConfigurationSetName", type = "string")), TlsPolicy = structure(logical(0), tags = list(type = "string")), SendingPoolName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.pinpointemail$put_configuration_set_delivery_options_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(), tags = list(type = "structure"))
  return(populate(args, shape))
}

.pinpointemail$put_configuration_set_reputation_options_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ConfigurationSetName = structure(logical(0), tags = list(location = "uri", locationName = "ConfigurationSetName", type = "string")), ReputationMetricsEnabled = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.pinpointemail$put_configuration_set_reputation_options_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(), tags = list(type = "structure"))
  return(populate(args, shape))
}

.pinpointemail$put_configuration_set_sending_options_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ConfigurationSetName = structure(logical(0), tags = list(location = "uri", locationName = "ConfigurationSetName", type = "string")), SendingEnabled = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.pinpointemail$put_configuration_set_sending_options_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(), tags = list(type = "structure"))
  return(populate(args, shape))
}

.pinpointemail$put_configuration_set_tracking_options_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ConfigurationSetName = structure(logical(0), tags = list(location = "uri", locationName = "ConfigurationSetName", type = "string")), CustomRedirectDomain = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.pinpointemail$put_configuration_set_tracking_options_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(), tags = list(type = "structure"))
  return(populate(args, shape))
}

.pinpointemail$put_dedicated_ip_in_pool_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Ip = structure(logical(0), tags = list(location = "uri", locationName = "IP", type = "string")), DestinationPoolName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.pinpointemail$put_dedicated_ip_in_pool_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(), tags = list(type = "structure"))
  return(populate(args, shape))
}

.pinpointemail$put_dedicated_ip_warmup_attributes_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Ip = structure(logical(0), tags = list(location = "uri", locationName = "IP", type = "string")), WarmupPercentage = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.pinpointemail$put_dedicated_ip_warmup_attributes_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(), tags = list(type = "structure"))
  return(populate(args, shape))
}

.pinpointemail$put_deliverability_dashboard_option_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(DashboardEnabled = structure(logical(0), tags = list(type = "boolean")), SubscribedDomains = structure(list(structure(list(Domain = structure(logical(0), tags = list(type = "string")), SubscriptionStartDate = structure(logical(0), tags = list(type = "timestamp")), InboxPlacementTrackingOption = structure(list(Global = structure(logical(0), tags = list(type = "boolean")), TrackedIsps = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.pinpointemail$put_deliverability_dashboard_option_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(), tags = list(type = "structure"))
  return(populate(args, shape))
}

.pinpointemail$put_email_identity_dkim_attributes_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(EmailIdentity = structure(logical(0), tags = list(location = "uri", locationName = "EmailIdentity", type = "string")), SigningEnabled = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.pinpointemail$put_email_identity_dkim_attributes_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(), tags = list(type = "structure"))
  return(populate(args, shape))
}

.pinpointemail$put_email_identity_feedback_attributes_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(EmailIdentity = structure(logical(0), tags = list(location = "uri", locationName = "EmailIdentity", type = "string")), EmailForwardingEnabled = structure(logical(0), tags = list(type = "boolean"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.pinpointemail$put_email_identity_feedback_attributes_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(), tags = list(type = "structure"))
  return(populate(args, shape))
}

.pinpointemail$put_email_identity_mail_from_attributes_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(EmailIdentity = structure(logical(0), tags = list(location = "uri", locationName = "EmailIdentity", type = "string")), MailFromDomain = structure(logical(0), tags = list(type = "string")), BehaviorOnMxFailure = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.pinpointemail$put_email_identity_mail_from_attributes_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(), tags = list(type = "structure"))
  return(populate(args, shape))
}

.pinpointemail$send_email_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(FromEmailAddress = structure(logical(0), tags = list(type = "string")), Destination = structure(list(ToAddresses = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), CcAddresses = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), BccAddresses = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure")), ReplyToAddresses = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), FeedbackForwardingEmailAddress = structure(logical(0), tags = list(type = "string")), Content = structure(list(Simple = structure(list(Subject = structure(list(Data = structure(logical(0), tags = list(type = "string")), Charset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Body = structure(list(Text = structure(list(Data = structure(logical(0), tags = list(type = "string")), Charset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Html = structure(list(Data = structure(logical(0), tags = list(type = "string")), Charset = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), Raw = structure(list(Data = structure(logical(0), tags = list(type = "blob"))), tags = list(type = "structure")), Template = structure(list(TemplateArn = structure(logical(0), tags = list(type = "string")), TemplateData = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), EmailTags = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), ConfigurationSetName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.pinpointemail$send_email_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(MessageId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.pinpointemail$tag_resource_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ResourceArn = structure(logical(0), tags = list(type = "string")), Tags = structure(list(structure(list(Key = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.pinpointemail$tag_resource_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(), tags = list(type = "structure"))
  return(populate(args, shape))
}

.pinpointemail$untag_resource_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ResourceArn = structure(logical(0), tags = list(location = "querystring", locationName = "ResourceArn", type = "string")), TagKeys = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(location = "querystring", locationName = "TagKeys", type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.pinpointemail$untag_resource_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(), tags = list(type = "structure"))
  return(populate(args, shape))
}

.pinpointemail$update_configuration_set_event_destination_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ConfigurationSetName = structure(logical(0), tags = list(location = "uri", locationName = "ConfigurationSetName", type = "string")), EventDestinationName = structure(logical(0), tags = list(location = "uri", locationName = "EventDestinationName", type = "string")), EventDestination = structure(list(Enabled = structure(logical(0), tags = list(type = "boolean")), MatchingEventTypes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), KinesisFirehoseDestination = structure(list(IamRoleArn = structure(logical(0), tags = list(type = "string")), DeliveryStreamArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), CloudWatchDestination = structure(list(DimensionConfigurations = structure(list(structure(list(DimensionName = structure(logical(0), tags = list(type = "string")), DimensionValueSource = structure(logical(0), tags = list(type = "string")), DefaultDimensionValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), SnsDestination = structure(list(TopicArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PinpointDestination = structure(list(ApplicationArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.pinpointemail$update_configuration_set_event_destination_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(), tags = list(type = "structure"))
  return(populate(args, shape))
}

Try the paws.customer.engagement package in your browser

Any scripts or data that you put into this service are public.

paws.customer.engagement documentation built on Sept. 12, 2023, 1:19 a.m.