Nothing
# This file is generated by make.paws. Please do not edit here.
#' @importFrom paws.common populate
#' @include route53profiles_service.R
NULL
.route53profiles$associate_profile_input <- function(...) {
args <- c(as.list(environment()), list(...))
shape <- structure(list(Name = structure(logical(0), tags = list(type = "string")), ProfileId = structure(logical(0), tags = list(type = "string")), ResourceId = 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))
}
.route53profiles$associate_profile_output <- function(...) {
args <- c(as.list(environment()), list(...))
shape <- structure(list(ProfileAssociation = structure(list(CreationTime = structure(logical(0), tags = list(type = "timestamp")), Id = structure(logical(0), tags = list(type = "string")), ModificationTime = structure(logical(0), tags = list(type = "timestamp")), Name = structure(logical(0), tags = list(type = "string")), OwnerId = structure(logical(0), tags = list(type = "string")), ProfileId = structure(logical(0), tags = list(type = "string")), ResourceId = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), StatusMessage = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))
return(populate(args, shape))
}
.route53profiles$associate_resource_to_profile_input <- function(...) {
args <- c(as.list(environment()), list(...))
shape <- structure(list(Name = structure(logical(0), tags = list(type = "string")), ProfileId = structure(logical(0), tags = list(type = "string")), ResourceArn = structure(logical(0), tags = list(type = "string")), ResourceProperties = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
return(populate(args, shape))
}
.route53profiles$associate_resource_to_profile_output <- function(...) {
args <- c(as.list(environment()), list(...))
shape <- structure(list(ProfileResourceAssociation = structure(list(CreationTime = structure(logical(0), tags = list(type = "timestamp")), Id = structure(logical(0), tags = list(type = "string")), ModificationTime = structure(logical(0), tags = list(type = "timestamp")), Name = structure(logical(0), tags = list(type = "string")), OwnerId = structure(logical(0), tags = list(type = "string")), ProfileId = structure(logical(0), tags = list(type = "string")), ResourceArn = structure(logical(0), tags = list(type = "string")), ResourceProperties = structure(logical(0), tags = list(type = "string")), ResourceType = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), StatusMessage = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))
return(populate(args, shape))
}
.route53profiles$create_profile_input <- function(...) {
args <- c(as.list(environment()), list(...))
shape <- structure(list(ClientToken = structure(logical(0), tags = list(idempotencyToken = TRUE, type = "string")), Name = 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))
}
.route53profiles$create_profile_output <- function(...) {
args <- c(as.list(environment()), list(...))
shape <- structure(list(Profile = structure(list(Arn = structure(logical(0), tags = list(type = "string")), ClientToken = structure(logical(0), tags = list(type = "string")), CreationTime = structure(logical(0), tags = list(type = "timestamp")), Id = structure(logical(0), tags = list(type = "string")), ModificationTime = structure(logical(0), tags = list(type = "timestamp")), Name = structure(logical(0), tags = list(type = "string")), OwnerId = structure(logical(0), tags = list(type = "string")), ShareStatus = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), StatusMessage = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))
return(populate(args, shape))
}
.route53profiles$delete_profile_input <- function(...) {
args <- c(as.list(environment()), list(...))
shape <- structure(list(ProfileId = structure(logical(0), tags = list(location = "uri", locationName = "ProfileId", type = "string"))), tags = list(type = "structure"))
return(populate(args, shape))
}
.route53profiles$delete_profile_output <- function(...) {
args <- c(as.list(environment()), list(...))
shape <- structure(list(Profile = structure(list(Arn = structure(logical(0), tags = list(type = "string")), ClientToken = structure(logical(0), tags = list(type = "string")), CreationTime = structure(logical(0), tags = list(type = "timestamp")), Id = structure(logical(0), tags = list(type = "string")), ModificationTime = structure(logical(0), tags = list(type = "timestamp")), Name = structure(logical(0), tags = list(type = "string")), OwnerId = structure(logical(0), tags = list(type = "string")), ShareStatus = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), StatusMessage = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))
return(populate(args, shape))
}
.route53profiles$disassociate_profile_input <- function(...) {
args <- c(as.list(environment()), list(...))
shape <- structure(list(ProfileId = structure(logical(0), tags = list(location = "uri", locationName = "ProfileId", type = "string")), ResourceId = structure(logical(0), tags = list(location = "uri", locationName = "ResourceId", type = "string"))), tags = list(type = "structure"))
return(populate(args, shape))
}
.route53profiles$disassociate_profile_output <- function(...) {
args <- c(as.list(environment()), list(...))
shape <- structure(list(ProfileAssociation = structure(list(CreationTime = structure(logical(0), tags = list(type = "timestamp")), Id = structure(logical(0), tags = list(type = "string")), ModificationTime = structure(logical(0), tags = list(type = "timestamp")), Name = structure(logical(0), tags = list(type = "string")), OwnerId = structure(logical(0), tags = list(type = "string")), ProfileId = structure(logical(0), tags = list(type = "string")), ResourceId = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), StatusMessage = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))
return(populate(args, shape))
}
.route53profiles$disassociate_resource_from_profile_input <- function(...) {
args <- c(as.list(environment()), list(...))
shape <- structure(list(ProfileId = structure(logical(0), tags = list(location = "uri", locationName = "ProfileId", type = "string")), ResourceArn = structure(logical(0), tags = list(location = "uri", locationName = "ResourceArn", type = "string"))), tags = list(type = "structure"))
return(populate(args, shape))
}
.route53profiles$disassociate_resource_from_profile_output <- function(...) {
args <- c(as.list(environment()), list(...))
shape <- structure(list(ProfileResourceAssociation = structure(list(CreationTime = structure(logical(0), tags = list(type = "timestamp")), Id = structure(logical(0), tags = list(type = "string")), ModificationTime = structure(logical(0), tags = list(type = "timestamp")), Name = structure(logical(0), tags = list(type = "string")), OwnerId = structure(logical(0), tags = list(type = "string")), ProfileId = structure(logical(0), tags = list(type = "string")), ResourceArn = structure(logical(0), tags = list(type = "string")), ResourceProperties = structure(logical(0), tags = list(type = "string")), ResourceType = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), StatusMessage = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))
return(populate(args, shape))
}
.route53profiles$get_profile_input <- function(...) {
args <- c(as.list(environment()), list(...))
shape <- structure(list(ProfileId = structure(logical(0), tags = list(location = "uri", locationName = "ProfileId", type = "string"))), tags = list(type = "structure"))
return(populate(args, shape))
}
.route53profiles$get_profile_output <- function(...) {
args <- c(as.list(environment()), list(...))
shape <- structure(list(Profile = structure(list(Arn = structure(logical(0), tags = list(type = "string")), ClientToken = structure(logical(0), tags = list(type = "string")), CreationTime = structure(logical(0), tags = list(type = "timestamp")), Id = structure(logical(0), tags = list(type = "string")), ModificationTime = structure(logical(0), tags = list(type = "timestamp")), Name = structure(logical(0), tags = list(type = "string")), OwnerId = structure(logical(0), tags = list(type = "string")), ShareStatus = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), StatusMessage = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))
return(populate(args, shape))
}
.route53profiles$get_profile_association_input <- function(...) {
args <- c(as.list(environment()), list(...))
shape <- structure(list(ProfileAssociationId = structure(logical(0), tags = list(location = "uri", locationName = "ProfileAssociationId", type = "string"))), tags = list(type = "structure"))
return(populate(args, shape))
}
.route53profiles$get_profile_association_output <- function(...) {
args <- c(as.list(environment()), list(...))
shape <- structure(list(ProfileAssociation = structure(list(CreationTime = structure(logical(0), tags = list(type = "timestamp")), Id = structure(logical(0), tags = list(type = "string")), ModificationTime = structure(logical(0), tags = list(type = "timestamp")), Name = structure(logical(0), tags = list(type = "string")), OwnerId = structure(logical(0), tags = list(type = "string")), ProfileId = structure(logical(0), tags = list(type = "string")), ResourceId = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), StatusMessage = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))
return(populate(args, shape))
}
.route53profiles$get_profile_resource_association_input <- function(...) {
args <- c(as.list(environment()), list(...))
shape <- structure(list(ProfileResourceAssociationId = structure(logical(0), tags = list(location = "uri", locationName = "ProfileResourceAssociationId", type = "string"))), tags = list(type = "structure"))
return(populate(args, shape))
}
.route53profiles$get_profile_resource_association_output <- function(...) {
args <- c(as.list(environment()), list(...))
shape <- structure(list(ProfileResourceAssociation = structure(list(CreationTime = structure(logical(0), tags = list(type = "timestamp")), Id = structure(logical(0), tags = list(type = "string")), ModificationTime = structure(logical(0), tags = list(type = "timestamp")), Name = structure(logical(0), tags = list(type = "string")), OwnerId = structure(logical(0), tags = list(type = "string")), ProfileId = structure(logical(0), tags = list(type = "string")), ResourceArn = structure(logical(0), tags = list(type = "string")), ResourceProperties = structure(logical(0), tags = list(type = "string")), ResourceType = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), StatusMessage = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))
return(populate(args, shape))
}
.route53profiles$list_profile_associations_input <- function(...) {
args <- c(as.list(environment()), list(...))
shape <- structure(list(MaxResults = structure(logical(0), tags = list(location = "querystring", locationName = "maxResults", type = "integer", box = TRUE)), NextToken = structure(logical(0), tags = list(location = "querystring", locationName = "nextToken", type = "string")), ProfileId = structure(logical(0), tags = list(location = "querystring", locationName = "profileId", type = "string")), ResourceId = structure(logical(0), tags = list(location = "querystring", locationName = "resourceId", type = "string"))), tags = list(type = "structure"))
return(populate(args, shape))
}
.route53profiles$list_profile_associations_output <- function(...) {
args <- c(as.list(environment()), list(...))
shape <- structure(list(NextToken = structure(logical(0), tags = list(type = "string")), ProfileAssociations = structure(list(structure(list(CreationTime = structure(logical(0), tags = list(type = "timestamp")), Id = structure(logical(0), tags = list(type = "string")), ModificationTime = structure(logical(0), tags = list(type = "timestamp")), Name = structure(logical(0), tags = list(type = "string")), OwnerId = structure(logical(0), tags = list(type = "string")), ProfileId = structure(logical(0), tags = list(type = "string")), ResourceId = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), StatusMessage = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
return(populate(args, shape))
}
.route53profiles$list_profile_resource_associations_input <- function(...) {
args <- c(as.list(environment()), list(...))
shape <- structure(list(MaxResults = structure(logical(0), tags = list(location = "querystring", locationName = "maxResults", type = "integer", box = TRUE)), NextToken = structure(logical(0), tags = list(location = "querystring", locationName = "nextToken", type = "string")), ProfileId = structure(logical(0), tags = list(location = "uri", locationName = "ProfileId", type = "string")), ResourceType = structure(logical(0), tags = list(location = "querystring", locationName = "resourceType", type = "string"))), tags = list(type = "structure"))
return(populate(args, shape))
}
.route53profiles$list_profile_resource_associations_output <- function(...) {
args <- c(as.list(environment()), list(...))
shape <- structure(list(NextToken = structure(logical(0), tags = list(type = "string")), ProfileResourceAssociations = structure(list(structure(list(CreationTime = structure(logical(0), tags = list(type = "timestamp")), Id = structure(logical(0), tags = list(type = "string")), ModificationTime = structure(logical(0), tags = list(type = "timestamp")), Name = structure(logical(0), tags = list(type = "string")), OwnerId = structure(logical(0), tags = list(type = "string")), ProfileId = structure(logical(0), tags = list(type = "string")), ResourceArn = structure(logical(0), tags = list(type = "string")), ResourceProperties = structure(logical(0), tags = list(type = "string")), ResourceType = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), StatusMessage = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
return(populate(args, shape))
}
.route53profiles$list_profiles_input <- function(...) {
args <- c(as.list(environment()), list(...))
shape <- structure(list(MaxResults = structure(logical(0), tags = list(location = "querystring", locationName = "maxResults", type = "integer", box = TRUE)), NextToken = structure(logical(0), tags = list(location = "querystring", locationName = "nextToken", type = "string"))), tags = list(type = "structure"))
return(populate(args, shape))
}
.route53profiles$list_profiles_output <- function(...) {
args <- c(as.list(environment()), list(...))
shape <- structure(list(NextToken = structure(logical(0), tags = list(type = "string")), ProfileSummaries = structure(list(structure(list(Arn = structure(logical(0), tags = list(type = "string")), Id = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), ShareStatus = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
return(populate(args, shape))
}
.route53profiles$list_tags_for_resource_input <- function(...) {
args <- c(as.list(environment()), list(...))
shape <- structure(list(ResourceArn = structure(logical(0), tags = list(location = "uri", locationName = "ResourceArn", type = "string"))), tags = list(type = "structure"))
return(populate(args, shape))
}
.route53profiles$list_tags_for_resource_output <- function(...) {
args <- c(as.list(environment()), list(...))
shape <- structure(list(Tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure"))
return(populate(args, shape))
}
.route53profiles$tag_resource_input <- function(...) {
args <- c(as.list(environment()), list(...))
shape <- structure(list(ResourceArn = structure(logical(0), tags = list(location = "uri", locationName = "ResourceArn", type = "string")), Tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure"))
return(populate(args, shape))
}
.route53profiles$tag_resource_output <- function(...) {
args <- c(as.list(environment()), list(...))
shape <- structure(list(), tags = list(type = "structure"))
return(populate(args, shape))
}
.route53profiles$untag_resource_input <- function(...) {
args <- c(as.list(environment()), list(...))
shape <- structure(list(ResourceArn = structure(logical(0), tags = list(location = "uri", 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))
}
.route53profiles$untag_resource_output <- function(...) {
args <- c(as.list(environment()), list(...))
shape <- structure(list(), tags = list(type = "structure"))
return(populate(args, shape))
}
.route53profiles$update_profile_resource_association_input <- function(...) {
args <- c(as.list(environment()), list(...))
shape <- structure(list(Name = structure(logical(0), tags = list(type = "string")), ProfileResourceAssociationId = structure(logical(0), tags = list(location = "uri", locationName = "ProfileResourceAssociationId", type = "string")), ResourceProperties = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
return(populate(args, shape))
}
.route53profiles$update_profile_resource_association_output <- function(...) {
args <- c(as.list(environment()), list(...))
shape <- structure(list(ProfileResourceAssociation = structure(list(CreationTime = structure(logical(0), tags = list(type = "timestamp")), Id = structure(logical(0), tags = list(type = "string")), ModificationTime = structure(logical(0), tags = list(type = "timestamp")), Name = structure(logical(0), tags = list(type = "string")), OwnerId = structure(logical(0), tags = list(type = "string")), ProfileId = structure(logical(0), tags = list(type = "string")), ResourceArn = structure(logical(0), tags = list(type = "string")), ResourceProperties = structure(logical(0), tags = list(type = "string")), ResourceType = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), StatusMessage = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))
return(populate(args, shape))
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.