R/route53recoveryreadiness_interfaces.R

Defines functions update_resource_set_output update_resource_set_input update_recovery_group_output update_recovery_group_input update_readiness_check_output update_readiness_check_input update_cell_output update_cell_input untag_resource_output untag_resource_input tag_resource_output tag_resource_input list_tags_for_resources_output list_tags_for_resources_input list_rules_output list_rules_input list_resource_sets_output list_resource_sets_input list_recovery_groups_output list_recovery_groups_input list_readiness_checks_output list_readiness_checks_input list_cross_account_authorizations_output list_cross_account_authorizations_input list_cells_output list_cells_input get_resource_set_output get_resource_set_input get_recovery_group_readiness_summary_output get_recovery_group_readiness_summary_input get_recovery_group_output get_recovery_group_input get_readiness_check_status_output get_readiness_check_status_input get_readiness_check_resource_status_output get_readiness_check_resource_status_input get_readiness_check_output get_readiness_check_input get_cell_readiness_summary_output get_cell_readiness_summary_input get_cell_output get_cell_input get_architecture_recommendations_output get_architecture_recommendations_input delete_resource_set_output delete_resource_set_input delete_recovery_group_output delete_recovery_group_input delete_readiness_check_output delete_readiness_check_input delete_cross_account_authorization_output delete_cross_account_authorization_input delete_cell_output delete_cell_input create_resource_set_output create_resource_set_input create_recovery_group_output create_recovery_group_input create_readiness_check_output create_readiness_check_input create_cross_account_authorization_output create_cross_account_authorization_input create_cell_output create_cell_input

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

.route53recoveryreadiness$create_cell_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(CellName = structure(logical(0), tags = list(locationName = "cellName", type = "string")), Cells = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "cells", type = "list")), Tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "tags", type = "map"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53recoveryreadiness$create_cell_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(CellArn = structure(logical(0), tags = list(locationName = "cellArn", type = "string")), CellName = structure(logical(0), tags = list(locationName = "cellName", type = "string")), Cells = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "cells", type = "list")), ParentReadinessScopes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "parentReadinessScopes", type = "list")), Tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "tags", type = "map"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53recoveryreadiness$create_cross_account_authorization_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(CrossAccountAuthorization = structure(logical(0), tags = list(locationName = "crossAccountAuthorization", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53recoveryreadiness$create_cross_account_authorization_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(CrossAccountAuthorization = structure(logical(0), tags = list(locationName = "crossAccountAuthorization", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53recoveryreadiness$create_readiness_check_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ReadinessCheckName = structure(logical(0), tags = list(locationName = "readinessCheckName", type = "string")), ResourceSetName = structure(logical(0), tags = list(locationName = "resourceSetName", type = "string")), Tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "tags", type = "map"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53recoveryreadiness$create_readiness_check_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ReadinessCheckArn = structure(logical(0), tags = list(locationName = "readinessCheckArn", type = "string")), ReadinessCheckName = structure(logical(0), tags = list(locationName = "readinessCheckName", type = "string")), ResourceSet = structure(logical(0), tags = list(locationName = "resourceSet", type = "string")), Tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "tags", type = "map"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53recoveryreadiness$create_recovery_group_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Cells = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "cells", type = "list")), RecoveryGroupName = structure(logical(0), tags = list(locationName = "recoveryGroupName", type = "string")), Tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "tags", type = "map"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53recoveryreadiness$create_recovery_group_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Cells = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "cells", type = "list")), RecoveryGroupArn = structure(logical(0), tags = list(locationName = "recoveryGroupArn", type = "string")), RecoveryGroupName = structure(logical(0), tags = list(locationName = "recoveryGroupName", type = "string")), Tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "tags", type = "map"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53recoveryreadiness$create_resource_set_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ResourceSetName = structure(logical(0), tags = list(locationName = "resourceSetName", type = "string")), ResourceSetType = structure(logical(0), tags = list(locationName = "resourceSetType", type = "string")), Resources = structure(list(structure(list(ComponentId = structure(logical(0), tags = list(locationName = "componentId", type = "string")), DnsTargetResource = structure(list(DomainName = structure(logical(0), tags = list(locationName = "domainName", type = "string")), HostedZoneArn = structure(logical(0), tags = list(locationName = "hostedZoneArn", type = "string")), RecordSetId = structure(logical(0), tags = list(locationName = "recordSetId", type = "string")), RecordType = structure(logical(0), tags = list(locationName = "recordType", type = "string")), TargetResource = structure(list(NLBResource = structure(list(Arn = structure(logical(0), tags = list(locationName = "arn", type = "string"))), tags = list(locationName = "nLBResource", type = "structure")), R53Resource = structure(list(DomainName = structure(logical(0), tags = list(locationName = "domainName", type = "string")), RecordSetId = structure(logical(0), tags = list(locationName = "recordSetId", type = "string"))), tags = list(locationName = "r53Resource", type = "structure"))), tags = list(locationName = "targetResource", type = "structure"))), tags = list(locationName = "dnsTargetResource", type = "structure")), ReadinessScopes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "readinessScopes", type = "list")), ResourceArn = structure(logical(0), tags = list(locationName = "resourceArn", type = "string"))), tags = list(type = "structure"))), tags = list(locationName = "resources", type = "list")), Tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "tags", type = "map"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53recoveryreadiness$create_resource_set_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ResourceSetArn = structure(logical(0), tags = list(locationName = "resourceSetArn", type = "string")), ResourceSetName = structure(logical(0), tags = list(locationName = "resourceSetName", type = "string")), ResourceSetType = structure(logical(0), tags = list(locationName = "resourceSetType", type = "string")), Resources = structure(list(structure(list(ComponentId = structure(logical(0), tags = list(locationName = "componentId", type = "string")), DnsTargetResource = structure(list(DomainName = structure(logical(0), tags = list(locationName = "domainName", type = "string")), HostedZoneArn = structure(logical(0), tags = list(locationName = "hostedZoneArn", type = "string")), RecordSetId = structure(logical(0), tags = list(locationName = "recordSetId", type = "string")), RecordType = structure(logical(0), tags = list(locationName = "recordType", type = "string")), TargetResource = structure(list(NLBResource = structure(list(Arn = structure(logical(0), tags = list(locationName = "arn", type = "string"))), tags = list(locationName = "nLBResource", type = "structure")), R53Resource = structure(list(DomainName = structure(logical(0), tags = list(locationName = "domainName", type = "string")), RecordSetId = structure(logical(0), tags = list(locationName = "recordSetId", type = "string"))), tags = list(locationName = "r53Resource", type = "structure"))), tags = list(locationName = "targetResource", type = "structure"))), tags = list(locationName = "dnsTargetResource", type = "structure")), ReadinessScopes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "readinessScopes", type = "list")), ResourceArn = structure(logical(0), tags = list(locationName = "resourceArn", type = "string"))), tags = list(type = "structure"))), tags = list(locationName = "resources", type = "list")), Tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "tags", type = "map"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.route53recoveryreadiness$delete_cell_output <- function(...) {
  list()
}

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

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

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

.route53recoveryreadiness$delete_readiness_check_output <- function(...) {
  list()
}

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

.route53recoveryreadiness$delete_recovery_group_output <- function(...) {
  list()
}

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

.route53recoveryreadiness$delete_resource_set_output <- function(...) {
  list()
}

.route53recoveryreadiness$get_architecture_recommendations_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(MaxResults = structure(logical(0), tags = list(location = "querystring", locationName = "maxResults", type = "integer")), NextToken = structure(logical(0), tags = list(location = "querystring", locationName = "nextToken", type = "string")), RecoveryGroupName = structure(logical(0), tags = list(location = "uri", locationName = "recoveryGroupName", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53recoveryreadiness$get_architecture_recommendations_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(LastAuditTimestamp = structure(logical(0), tags = list(locationName = "lastAuditTimestamp", type = "timestamp", timestampFormat = "iso8601")), NextToken = structure(logical(0), tags = list(locationName = "nextToken", type = "string")), Recommendations = structure(list(structure(list(RecommendationText = structure(logical(0), tags = list(locationName = "recommendationText", type = "string"))), tags = list(type = "structure"))), tags = list(locationName = "recommendations", type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.route53recoveryreadiness$get_cell_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(CellArn = structure(logical(0), tags = list(locationName = "cellArn", type = "string")), CellName = structure(logical(0), tags = list(locationName = "cellName", type = "string")), Cells = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "cells", type = "list")), ParentReadinessScopes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "parentReadinessScopes", type = "list")), Tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "tags", type = "map"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53recoveryreadiness$get_cell_readiness_summary_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(CellName = structure(logical(0), tags = list(location = "uri", locationName = "cellName", type = "string")), MaxResults = structure(logical(0), tags = list(location = "querystring", locationName = "maxResults", type = "integer")), NextToken = structure(logical(0), tags = list(location = "querystring", locationName = "nextToken", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53recoveryreadiness$get_cell_readiness_summary_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(NextToken = structure(logical(0), tags = list(locationName = "nextToken", type = "string")), Readiness = structure(logical(0), tags = list(locationName = "readiness", type = "string")), ReadinessChecks = structure(list(structure(list(Readiness = structure(logical(0), tags = list(locationName = "readiness", type = "string")), ReadinessCheckName = structure(logical(0), tags = list(locationName = "readinessCheckName", type = "string"))), tags = list(type = "structure"))), tags = list(locationName = "readinessChecks", type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.route53recoveryreadiness$get_readiness_check_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ReadinessCheckArn = structure(logical(0), tags = list(locationName = "readinessCheckArn", type = "string")), ReadinessCheckName = structure(logical(0), tags = list(locationName = "readinessCheckName", type = "string")), ResourceSet = structure(logical(0), tags = list(locationName = "resourceSet", type = "string")), Tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "tags", type = "map"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53recoveryreadiness$get_readiness_check_resource_status_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(MaxResults = structure(logical(0), tags = list(location = "querystring", locationName = "maxResults", type = "integer")), NextToken = structure(logical(0), tags = list(location = "querystring", locationName = "nextToken", type = "string")), ReadinessCheckName = structure(logical(0), tags = list(location = "uri", locationName = "readinessCheckName", type = "string")), ResourceIdentifier = structure(logical(0), tags = list(location = "uri", locationName = "resourceIdentifier", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53recoveryreadiness$get_readiness_check_resource_status_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(NextToken = structure(logical(0), tags = list(locationName = "nextToken", type = "string")), Readiness = structure(logical(0), tags = list(locationName = "readiness", type = "string")), Rules = structure(list(structure(list(LastCheckedTimestamp = structure(logical(0), tags = list(locationName = "lastCheckedTimestamp", type = "timestamp", timestampFormat = "iso8601")), Messages = structure(list(structure(list(MessageText = structure(logical(0), tags = list(locationName = "messageText", type = "string"))), tags = list(type = "structure"))), tags = list(locationName = "messages", type = "list")), Readiness = structure(logical(0), tags = list(locationName = "readiness", type = "string")), RuleId = structure(logical(0), tags = list(locationName = "ruleId", type = "string"))), tags = list(type = "structure"))), tags = list(locationName = "rules", type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53recoveryreadiness$get_readiness_check_status_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(MaxResults = structure(logical(0), tags = list(location = "querystring", locationName = "maxResults", type = "integer")), NextToken = structure(logical(0), tags = list(location = "querystring", locationName = "nextToken", type = "string")), ReadinessCheckName = structure(logical(0), tags = list(location = "uri", locationName = "readinessCheckName", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53recoveryreadiness$get_readiness_check_status_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Messages = structure(list(structure(list(MessageText = structure(logical(0), tags = list(locationName = "messageText", type = "string"))), tags = list(type = "structure"))), tags = list(locationName = "messages", type = "list")), NextToken = structure(logical(0), tags = list(locationName = "nextToken", type = "string")), Readiness = structure(logical(0), tags = list(locationName = "readiness", type = "string")), Resources = structure(list(structure(list(ComponentId = structure(logical(0), tags = list(locationName = "componentId", type = "string")), LastCheckedTimestamp = structure(logical(0), tags = list(locationName = "lastCheckedTimestamp", type = "timestamp", timestampFormat = "iso8601")), Readiness = structure(logical(0), tags = list(locationName = "readiness", type = "string")), ResourceArn = structure(logical(0), tags = list(locationName = "resourceArn", type = "string"))), tags = list(type = "structure"))), tags = list(locationName = "resources", type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.route53recoveryreadiness$get_recovery_group_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Cells = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "cells", type = "list")), RecoveryGroupArn = structure(logical(0), tags = list(locationName = "recoveryGroupArn", type = "string")), RecoveryGroupName = structure(logical(0), tags = list(locationName = "recoveryGroupName", type = "string")), Tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "tags", type = "map"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53recoveryreadiness$get_recovery_group_readiness_summary_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(MaxResults = structure(logical(0), tags = list(location = "querystring", locationName = "maxResults", type = "integer")), NextToken = structure(logical(0), tags = list(location = "querystring", locationName = "nextToken", type = "string")), RecoveryGroupName = structure(logical(0), tags = list(location = "uri", locationName = "recoveryGroupName", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53recoveryreadiness$get_recovery_group_readiness_summary_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(NextToken = structure(logical(0), tags = list(locationName = "nextToken", type = "string")), Readiness = structure(logical(0), tags = list(locationName = "readiness", type = "string")), ReadinessChecks = structure(list(structure(list(Readiness = structure(logical(0), tags = list(locationName = "readiness", type = "string")), ReadinessCheckName = structure(logical(0), tags = list(locationName = "readinessCheckName", type = "string"))), tags = list(type = "structure"))), tags = list(locationName = "readinessChecks", type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.route53recoveryreadiness$get_resource_set_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ResourceSetArn = structure(logical(0), tags = list(locationName = "resourceSetArn", type = "string")), ResourceSetName = structure(logical(0), tags = list(locationName = "resourceSetName", type = "string")), ResourceSetType = structure(logical(0), tags = list(locationName = "resourceSetType", type = "string")), Resources = structure(list(structure(list(ComponentId = structure(logical(0), tags = list(locationName = "componentId", type = "string")), DnsTargetResource = structure(list(DomainName = structure(logical(0), tags = list(locationName = "domainName", type = "string")), HostedZoneArn = structure(logical(0), tags = list(locationName = "hostedZoneArn", type = "string")), RecordSetId = structure(logical(0), tags = list(locationName = "recordSetId", type = "string")), RecordType = structure(logical(0), tags = list(locationName = "recordType", type = "string")), TargetResource = structure(list(NLBResource = structure(list(Arn = structure(logical(0), tags = list(locationName = "arn", type = "string"))), tags = list(locationName = "nLBResource", type = "structure")), R53Resource = structure(list(DomainName = structure(logical(0), tags = list(locationName = "domainName", type = "string")), RecordSetId = structure(logical(0), tags = list(locationName = "recordSetId", type = "string"))), tags = list(locationName = "r53Resource", type = "structure"))), tags = list(locationName = "targetResource", type = "structure"))), tags = list(locationName = "dnsTargetResource", type = "structure")), ReadinessScopes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "readinessScopes", type = "list")), ResourceArn = structure(logical(0), tags = list(locationName = "resourceArn", type = "string"))), tags = list(type = "structure"))), tags = list(locationName = "resources", type = "list")), Tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "tags", type = "map"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53recoveryreadiness$list_cells_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(MaxResults = structure(logical(0), tags = list(location = "querystring", locationName = "maxResults", type = "integer")), NextToken = structure(logical(0), tags = list(location = "querystring", locationName = "nextToken", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53recoveryreadiness$list_cells_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Cells = structure(list(structure(list(CellArn = structure(logical(0), tags = list(locationName = "cellArn", type = "string")), CellName = structure(logical(0), tags = list(locationName = "cellName", type = "string")), Cells = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "cells", type = "list")), ParentReadinessScopes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "parentReadinessScopes", type = "list")), Tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "tags", type = "map"))), tags = list(type = "structure"))), tags = list(locationName = "cells", type = "list")), NextToken = structure(logical(0), tags = list(locationName = "nextToken", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53recoveryreadiness$list_cross_account_authorizations_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(MaxResults = structure(logical(0), tags = list(location = "querystring", locationName = "maxResults", type = "integer")), NextToken = structure(logical(0), tags = list(location = "querystring", locationName = "nextToken", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53recoveryreadiness$list_cross_account_authorizations_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(CrossAccountAuthorizations = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "crossAccountAuthorizations", type = "list")), NextToken = structure(logical(0), tags = list(locationName = "nextToken", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53recoveryreadiness$list_readiness_checks_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(MaxResults = structure(logical(0), tags = list(location = "querystring", locationName = "maxResults", type = "integer")), NextToken = structure(logical(0), tags = list(location = "querystring", locationName = "nextToken", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53recoveryreadiness$list_readiness_checks_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(NextToken = structure(logical(0), tags = list(locationName = "nextToken", type = "string")), ReadinessChecks = structure(list(structure(list(ReadinessCheckArn = structure(logical(0), tags = list(locationName = "readinessCheckArn", type = "string")), ReadinessCheckName = structure(logical(0), tags = list(locationName = "readinessCheckName", type = "string")), ResourceSet = structure(logical(0), tags = list(locationName = "resourceSet", type = "string")), Tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "tags", type = "map"))), tags = list(type = "structure"))), tags = list(locationName = "readinessChecks", type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53recoveryreadiness$list_recovery_groups_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(MaxResults = structure(logical(0), tags = list(location = "querystring", locationName = "maxResults", type = "integer")), NextToken = structure(logical(0), tags = list(location = "querystring", locationName = "nextToken", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53recoveryreadiness$list_recovery_groups_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(NextToken = structure(logical(0), tags = list(locationName = "nextToken", type = "string")), RecoveryGroups = structure(list(structure(list(Cells = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "cells", type = "list")), RecoveryGroupArn = structure(logical(0), tags = list(locationName = "recoveryGroupArn", type = "string")), RecoveryGroupName = structure(logical(0), tags = list(locationName = "recoveryGroupName", type = "string")), Tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "tags", type = "map"))), tags = list(type = "structure"))), tags = list(locationName = "recoveryGroups", type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53recoveryreadiness$list_resource_sets_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(MaxResults = structure(logical(0), tags = list(location = "querystring", locationName = "maxResults", type = "integer")), NextToken = structure(logical(0), tags = list(location = "querystring", locationName = "nextToken", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53recoveryreadiness$list_resource_sets_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(NextToken = structure(logical(0), tags = list(locationName = "nextToken", type = "string")), ResourceSets = structure(list(structure(list(ResourceSetArn = structure(logical(0), tags = list(locationName = "resourceSetArn", type = "string")), ResourceSetName = structure(logical(0), tags = list(locationName = "resourceSetName", type = "string")), ResourceSetType = structure(logical(0), tags = list(locationName = "resourceSetType", type = "string")), Resources = structure(list(structure(list(ComponentId = structure(logical(0), tags = list(locationName = "componentId", type = "string")), DnsTargetResource = structure(list(DomainName = structure(logical(0), tags = list(locationName = "domainName", type = "string")), HostedZoneArn = structure(logical(0), tags = list(locationName = "hostedZoneArn", type = "string")), RecordSetId = structure(logical(0), tags = list(locationName = "recordSetId", type = "string")), RecordType = structure(logical(0), tags = list(locationName = "recordType", type = "string")), TargetResource = structure(list(NLBResource = structure(list(Arn = structure(logical(0), tags = list(locationName = "arn", type = "string"))), tags = list(locationName = "nLBResource", type = "structure")), R53Resource = structure(list(DomainName = structure(logical(0), tags = list(locationName = "domainName", type = "string")), RecordSetId = structure(logical(0), tags = list(locationName = "recordSetId", type = "string"))), tags = list(locationName = "r53Resource", type = "structure"))), tags = list(locationName = "targetResource", type = "structure"))), tags = list(locationName = "dnsTargetResource", type = "structure")), ReadinessScopes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "readinessScopes", type = "list")), ResourceArn = structure(logical(0), tags = list(locationName = "resourceArn", type = "string"))), tags = list(type = "structure"))), tags = list(locationName = "resources", type = "list")), Tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "tags", type = "map"))), tags = list(type = "structure"))), tags = list(locationName = "resourceSets", type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53recoveryreadiness$list_rules_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(MaxResults = structure(logical(0), tags = list(location = "querystring", locationName = "maxResults", type = "integer")), NextToken = structure(logical(0), tags = list(location = "querystring", locationName = "nextToken", type = "string")), ResourceType = structure(logical(0), tags = list(location = "querystring", locationName = "resourceType", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53recoveryreadiness$list_rules_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(NextToken = structure(logical(0), tags = list(locationName = "nextToken", type = "string")), Rules = structure(list(structure(list(ResourceType = structure(logical(0), tags = list(locationName = "resourceType", type = "string")), RuleDescription = structure(logical(0), tags = list(locationName = "ruleDescription", type = "string")), RuleId = structure(logical(0), tags = list(locationName = "ruleId", type = "string"))), tags = list(type = "structure"))), tags = list(locationName = "rules", type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53recoveryreadiness$list_tags_for_resources_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ResourceArn = structure(logical(0), tags = list(location = "uri", locationName = "resource-arn", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53recoveryreadiness$list_tags_for_resources_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "tags", type = "map"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53recoveryreadiness$tag_resource_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ResourceArn = structure(logical(0), tags = list(location = "uri", locationName = "resource-arn", type = "string")), Tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "tags", type = "map"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.route53recoveryreadiness$untag_resource_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ResourceArn = structure(logical(0), tags = list(location = "uri", locationName = "resource-arn", 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))
}

.route53recoveryreadiness$untag_resource_output <- function(...) {
  list()
}

.route53recoveryreadiness$update_cell_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(CellName = structure(logical(0), tags = list(location = "uri", locationName = "cellName", type = "string")), Cells = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "cells", type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53recoveryreadiness$update_cell_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(CellArn = structure(logical(0), tags = list(locationName = "cellArn", type = "string")), CellName = structure(logical(0), tags = list(locationName = "cellName", type = "string")), Cells = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "cells", type = "list")), ParentReadinessScopes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "parentReadinessScopes", type = "list")), Tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "tags", type = "map"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53recoveryreadiness$update_readiness_check_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ReadinessCheckName = structure(logical(0), tags = list(location = "uri", locationName = "readinessCheckName", type = "string")), ResourceSetName = structure(logical(0), tags = list(locationName = "resourceSetName", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53recoveryreadiness$update_readiness_check_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ReadinessCheckArn = structure(logical(0), tags = list(locationName = "readinessCheckArn", type = "string")), ReadinessCheckName = structure(logical(0), tags = list(locationName = "readinessCheckName", type = "string")), ResourceSet = structure(logical(0), tags = list(locationName = "resourceSet", type = "string")), Tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "tags", type = "map"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53recoveryreadiness$update_recovery_group_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Cells = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "cells", type = "list")), RecoveryGroupName = structure(logical(0), tags = list(location = "uri", locationName = "recoveryGroupName", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53recoveryreadiness$update_recovery_group_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Cells = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "cells", type = "list")), RecoveryGroupArn = structure(logical(0), tags = list(locationName = "recoveryGroupArn", type = "string")), RecoveryGroupName = structure(logical(0), tags = list(locationName = "recoveryGroupName", type = "string")), Tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "tags", type = "map"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53recoveryreadiness$update_resource_set_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ResourceSetName = structure(logical(0), tags = list(location = "uri", locationName = "resourceSetName", type = "string")), ResourceSetType = structure(logical(0), tags = list(locationName = "resourceSetType", type = "string")), Resources = structure(list(structure(list(ComponentId = structure(logical(0), tags = list(locationName = "componentId", type = "string")), DnsTargetResource = structure(list(DomainName = structure(logical(0), tags = list(locationName = "domainName", type = "string")), HostedZoneArn = structure(logical(0), tags = list(locationName = "hostedZoneArn", type = "string")), RecordSetId = structure(logical(0), tags = list(locationName = "recordSetId", type = "string")), RecordType = structure(logical(0), tags = list(locationName = "recordType", type = "string")), TargetResource = structure(list(NLBResource = structure(list(Arn = structure(logical(0), tags = list(locationName = "arn", type = "string"))), tags = list(locationName = "nLBResource", type = "structure")), R53Resource = structure(list(DomainName = structure(logical(0), tags = list(locationName = "domainName", type = "string")), RecordSetId = structure(logical(0), tags = list(locationName = "recordSetId", type = "string"))), tags = list(locationName = "r53Resource", type = "structure"))), tags = list(locationName = "targetResource", type = "structure"))), tags = list(locationName = "dnsTargetResource", type = "structure")), ReadinessScopes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "readinessScopes", type = "list")), ResourceArn = structure(logical(0), tags = list(locationName = "resourceArn", type = "string"))), tags = list(type = "structure"))), tags = list(locationName = "resources", type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.route53recoveryreadiness$update_resource_set_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ResourceSetArn = structure(logical(0), tags = list(locationName = "resourceSetArn", type = "string")), ResourceSetName = structure(logical(0), tags = list(locationName = "resourceSetName", type = "string")), ResourceSetType = structure(logical(0), tags = list(locationName = "resourceSetType", type = "string")), Resources = structure(list(structure(list(ComponentId = structure(logical(0), tags = list(locationName = "componentId", type = "string")), DnsTargetResource = structure(list(DomainName = structure(logical(0), tags = list(locationName = "domainName", type = "string")), HostedZoneArn = structure(logical(0), tags = list(locationName = "hostedZoneArn", type = "string")), RecordSetId = structure(logical(0), tags = list(locationName = "recordSetId", type = "string")), RecordType = structure(logical(0), tags = list(locationName = "recordType", type = "string")), TargetResource = structure(list(NLBResource = structure(list(Arn = structure(logical(0), tags = list(locationName = "arn", type = "string"))), tags = list(locationName = "nLBResource", type = "structure")), R53Resource = structure(list(DomainName = structure(logical(0), tags = list(locationName = "domainName", type = "string")), RecordSetId = structure(logical(0), tags = list(locationName = "recordSetId", type = "string"))), tags = list(locationName = "r53Resource", type = "structure"))), tags = list(locationName = "targetResource", type = "structure"))), tags = list(locationName = "dnsTargetResource", type = "structure")), ReadinessScopes = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "readinessScopes", type = "list")), ResourceArn = structure(logical(0), tags = list(locationName = "resourceArn", type = "string"))), tags = list(type = "structure"))), tags = list(locationName = "resources", type = "list")), Tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(locationName = "tags", type = "map"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

Try the paws.networking package in your browser

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

paws.networking documentation built on Sept. 12, 2023, 1:24 a.m.