R/pinpointsmsvoice_interfaces.R

Defines functions update_configuration_set_event_destination_output update_configuration_set_event_destination_input send_voice_message_output send_voice_message_input list_configuration_sets_output list_configuration_sets_input get_configuration_set_event_destinations_output get_configuration_set_event_destinations_input delete_configuration_set_event_destination_output delete_configuration_set_event_destination_input delete_configuration_set_output delete_configuration_set_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 pinpointsmsvoice_service.R
NULL

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

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

.pinpointsmsvoice$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")), EventDestination = structure(list(CloudWatchLogsDestination = structure(list(IamRoleArn = structure(logical(0), tags = list(type = "string")), LogGroupArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Enabled = structure(logical(0), tags = list(type = "boolean")), KinesisFirehoseDestination = structure(list(DeliveryStreamArn = structure(logical(0), tags = list(type = "string")), IamRoleArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MatchingEventTypes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SnsDestination = structure(list(TopicArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), EventDestinationName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.pinpointsmsvoice$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))
}

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

.pinpointsmsvoice$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))
}

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

.pinpointsmsvoice$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))
}

.pinpointsmsvoice$get_configuration_set_event_destinations_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(EventDestinations = structure(list(structure(list(CloudWatchLogsDestination = structure(list(IamRoleArn = structure(logical(0), tags = list(type = "string")), LogGroupArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Enabled = structure(logical(0), tags = list(type = "boolean")), KinesisFirehoseDestination = structure(list(DeliveryStreamArn = structure(logical(0), tags = list(type = "string")), IamRoleArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MatchingEventTypes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), Name = structure(logical(0), tags = list(type = "string")), SnsDestination = structure(list(TopicArn = 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))
}

.pinpointsmsvoice$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 = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.pinpointsmsvoice$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))
}

.pinpointsmsvoice$send_voice_message_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(CallerId = structure(logical(0), tags = list(type = "string")), ConfigurationSetName = structure(logical(0), tags = list(type = "string")), Content = structure(list(CallInstructionsMessage = structure(list(Text = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PlainTextMessage = structure(list(LanguageCode = structure(logical(0), tags = list(type = "string")), Text = structure(logical(0), tags = list(type = "string")), VoiceId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), SSMLMessage = structure(list(LanguageCode = structure(logical(0), tags = list(type = "string")), Text = structure(logical(0), tags = list(type = "string")), VoiceId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), DestinationPhoneNumber = structure(logical(0), tags = list(type = "string")), OriginationPhoneNumber = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.pinpointsmsvoice$send_voice_message_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))
}

.pinpointsmsvoice$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")), EventDestination = structure(list(CloudWatchLogsDestination = structure(list(IamRoleArn = structure(logical(0), tags = list(type = "string")), LogGroupArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Enabled = structure(logical(0), tags = list(type = "boolean")), KinesisFirehoseDestination = structure(list(DeliveryStreamArn = structure(logical(0), tags = list(type = "string")), IamRoleArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), MatchingEventTypes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), SnsDestination = structure(list(TopicArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), EventDestinationName = structure(logical(0), tags = list(location = "uri", locationName = "EventDestinationName", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.pinpointsmsvoice$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.