R/opsworkscm_interfaces.R

Defines functions update_server_engine_attributes_output update_server_engine_attributes_input update_server_output update_server_input untag_resource_output untag_resource_input tag_resource_output tag_resource_input start_maintenance_output start_maintenance_input restore_server_output restore_server_input list_tags_for_resource_output list_tags_for_resource_input export_server_engine_attribute_output export_server_engine_attribute_input disassociate_node_output disassociate_node_input describe_servers_output describe_servers_input describe_node_association_status_output describe_node_association_status_input describe_events_output describe_events_input describe_backups_output describe_backups_input describe_account_attributes_output describe_account_attributes_input delete_server_output delete_server_input delete_backup_output delete_backup_input create_server_output create_server_input create_backup_output create_backup_input associate_node_output associate_node_input

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

.opsworkscm$associate_node_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ServerName = structure(logical(0), tags = list(type = "string")), NodeName = structure(logical(0), tags = list(type = "string")), EngineAttributes = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.opsworkscm$create_backup_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ServerName = structure(logical(0), tags = list(type = "string")), Description = 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))
}

.opsworkscm$create_backup_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Backup = structure(list(BackupArn = structure(logical(0), tags = list(type = "string")), BackupId = structure(logical(0), tags = list(type = "string")), BackupType = structure(logical(0), tags = list(type = "string")), CreatedAt = structure(logical(0), tags = list(type = "timestamp")), Description = structure(logical(0), tags = list(type = "string")), Engine = structure(logical(0), tags = list(type = "string")), EngineModel = structure(logical(0), tags = list(type = "string")), EngineVersion = structure(logical(0), tags = list(type = "string")), InstanceProfileArn = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), KeyPair = structure(logical(0), tags = list(type = "string")), PreferredBackupWindow = structure(logical(0), tags = list(type = "string")), PreferredMaintenanceWindow = structure(logical(0), tags = list(type = "string")), S3DataSize = structure(logical(0), tags = list(deprecated = TRUE, type = "integer")), S3DataUrl = structure(logical(0), tags = list(deprecated = TRUE, type = "string")), S3LogUrl = structure(logical(0), tags = list(type = "string")), SecurityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ServerName = structure(logical(0), tags = list(type = "string")), ServiceRoleArn = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), StatusDescription = structure(logical(0), tags = list(type = "string")), SubnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ToolsVersion = structure(logical(0), tags = list(type = "string")), UserArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.opsworkscm$create_server_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AssociatePublicIpAddress = structure(logical(0), tags = list(type = "boolean")), CustomDomain = structure(logical(0), tags = list(type = "string")), CustomCertificate = structure(logical(0), tags = list(type = "string")), CustomPrivateKey = structure(logical(0), tags = list(type = "string", sensitive = TRUE)), DisableAutomatedBackup = structure(logical(0), tags = list(type = "boolean")), Engine = structure(logical(0), tags = list(type = "string")), EngineModel = structure(logical(0), tags = list(type = "string")), EngineVersion = structure(logical(0), tags = list(type = "string")), EngineAttributes = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), BackupRetentionCount = structure(logical(0), tags = list(type = "integer")), ServerName = structure(logical(0), tags = list(type = "string")), InstanceProfileArn = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), KeyPair = structure(logical(0), tags = list(type = "string")), PreferredMaintenanceWindow = structure(logical(0), tags = list(type = "string")), PreferredBackupWindow = structure(logical(0), tags = list(type = "string")), SecurityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ServiceRoleArn = structure(logical(0), tags = list(type = "string")), SubnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "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")), BackupId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.opsworkscm$create_server_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Server = structure(list(AssociatePublicIpAddress = structure(logical(0), tags = list(type = "boolean")), BackupRetentionCount = structure(logical(0), tags = list(type = "integer")), ServerName = structure(logical(0), tags = list(type = "string")), CreatedAt = structure(logical(0), tags = list(type = "timestamp")), CloudFormationStackArn = structure(logical(0), tags = list(type = "string")), CustomDomain = structure(logical(0), tags = list(type = "string")), DisableAutomatedBackup = structure(logical(0), tags = list(type = "boolean")), Endpoint = structure(logical(0), tags = list(type = "string")), Engine = structure(logical(0), tags = list(type = "string")), EngineModel = structure(logical(0), tags = list(type = "string")), EngineAttributes = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), EngineVersion = structure(logical(0), tags = list(type = "string")), InstanceProfileArn = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), KeyPair = structure(logical(0), tags = list(type = "string")), MaintenanceStatus = structure(logical(0), tags = list(type = "string")), PreferredMaintenanceWindow = structure(logical(0), tags = list(type = "string")), PreferredBackupWindow = structure(logical(0), tags = list(type = "string")), SecurityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ServiceRoleArn = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), StatusReason = structure(logical(0), tags = list(type = "string")), SubnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ServerArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

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

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

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

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

.opsworkscm$describe_account_attributes_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Attributes = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Maximum = structure(logical(0), tags = list(type = "integer")), Used = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.opsworkscm$describe_backups_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(BackupId = structure(logical(0), tags = list(type = "string")), ServerName = structure(logical(0), tags = list(type = "string")), NextToken = structure(logical(0), tags = list(type = "string")), MaxResults = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.opsworkscm$describe_backups_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Backups = structure(list(structure(list(BackupArn = structure(logical(0), tags = list(type = "string")), BackupId = structure(logical(0), tags = list(type = "string")), BackupType = structure(logical(0), tags = list(type = "string")), CreatedAt = structure(logical(0), tags = list(type = "timestamp")), Description = structure(logical(0), tags = list(type = "string")), Engine = structure(logical(0), tags = list(type = "string")), EngineModel = structure(logical(0), tags = list(type = "string")), EngineVersion = structure(logical(0), tags = list(type = "string")), InstanceProfileArn = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), KeyPair = structure(logical(0), tags = list(type = "string")), PreferredBackupWindow = structure(logical(0), tags = list(type = "string")), PreferredMaintenanceWindow = structure(logical(0), tags = list(type = "string")), S3DataSize = structure(logical(0), tags = list(deprecated = TRUE, type = "integer")), S3DataUrl = structure(logical(0), tags = list(deprecated = TRUE, type = "string")), S3LogUrl = structure(logical(0), tags = list(type = "string")), SecurityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ServerName = structure(logical(0), tags = list(type = "string")), ServiceRoleArn = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), StatusDescription = structure(logical(0), tags = list(type = "string")), SubnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ToolsVersion = structure(logical(0), tags = list(type = "string")), UserArn = 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))
}

.opsworkscm$describe_events_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ServerName = structure(logical(0), tags = list(type = "string")), NextToken = structure(logical(0), tags = list(type = "string")), MaxResults = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.opsworkscm$describe_events_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ServerEvents = structure(list(structure(list(CreatedAt = structure(logical(0), tags = list(type = "timestamp")), ServerName = structure(logical(0), tags = list(type = "string")), Message = structure(logical(0), tags = list(type = "string")), LogUrl = 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))
}

.opsworkscm$describe_node_association_status_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(NodeAssociationStatusToken = structure(logical(0), tags = list(type = "string")), ServerName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.opsworkscm$describe_node_association_status_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(NodeAssociationStatus = structure(logical(0), tags = list(type = "string")), EngineAttributes = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.opsworkscm$describe_servers_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ServerName = structure(logical(0), tags = list(type = "string")), NextToken = structure(logical(0), tags = list(type = "string")), MaxResults = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.opsworkscm$describe_servers_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Servers = structure(list(structure(list(AssociatePublicIpAddress = structure(logical(0), tags = list(type = "boolean")), BackupRetentionCount = structure(logical(0), tags = list(type = "integer")), ServerName = structure(logical(0), tags = list(type = "string")), CreatedAt = structure(logical(0), tags = list(type = "timestamp")), CloudFormationStackArn = structure(logical(0), tags = list(type = "string")), CustomDomain = structure(logical(0), tags = list(type = "string")), DisableAutomatedBackup = structure(logical(0), tags = list(type = "boolean")), Endpoint = structure(logical(0), tags = list(type = "string")), Engine = structure(logical(0), tags = list(type = "string")), EngineModel = structure(logical(0), tags = list(type = "string")), EngineAttributes = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), EngineVersion = structure(logical(0), tags = list(type = "string")), InstanceProfileArn = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), KeyPair = structure(logical(0), tags = list(type = "string")), MaintenanceStatus = structure(logical(0), tags = list(type = "string")), PreferredMaintenanceWindow = structure(logical(0), tags = list(type = "string")), PreferredBackupWindow = structure(logical(0), tags = list(type = "string")), SecurityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ServiceRoleArn = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), StatusReason = structure(logical(0), tags = list(type = "string")), SubnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ServerArn = 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))
}

.opsworkscm$disassociate_node_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ServerName = structure(logical(0), tags = list(type = "string")), NodeName = structure(logical(0), tags = list(type = "string")), EngineAttributes = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.opsworkscm$export_server_engine_attribute_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ExportAttributeName = structure(logical(0), tags = list(type = "string")), ServerName = structure(logical(0), tags = list(type = "string")), InputAttributes = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.opsworkscm$export_server_engine_attribute_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(EngineAttribute = structure(list(Name = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure")), ServerName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.opsworkscm$list_tags_for_resource_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ResourceArn = structure(logical(0), tags = list(type = "string")), NextToken = structure(logical(0), tags = list(type = "string")), MaxResults = structure(logical(0), tags = list(type = "integer"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.opsworkscm$restore_server_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(BackupId = structure(logical(0), tags = list(type = "string")), ServerName = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), KeyPair = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.opsworkscm$restore_server_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Server = structure(list(AssociatePublicIpAddress = structure(logical(0), tags = list(type = "boolean")), BackupRetentionCount = structure(logical(0), tags = list(type = "integer")), ServerName = structure(logical(0), tags = list(type = "string")), CreatedAt = structure(logical(0), tags = list(type = "timestamp")), CloudFormationStackArn = structure(logical(0), tags = list(type = "string")), CustomDomain = structure(logical(0), tags = list(type = "string")), DisableAutomatedBackup = structure(logical(0), tags = list(type = "boolean")), Endpoint = structure(logical(0), tags = list(type = "string")), Engine = structure(logical(0), tags = list(type = "string")), EngineModel = structure(logical(0), tags = list(type = "string")), EngineAttributes = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), EngineVersion = structure(logical(0), tags = list(type = "string")), InstanceProfileArn = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), KeyPair = structure(logical(0), tags = list(type = "string")), MaintenanceStatus = structure(logical(0), tags = list(type = "string")), PreferredMaintenanceWindow = structure(logical(0), tags = list(type = "string")), PreferredBackupWindow = structure(logical(0), tags = list(type = "string")), SecurityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ServiceRoleArn = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), StatusReason = structure(logical(0), tags = list(type = "string")), SubnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ServerArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.opsworkscm$start_maintenance_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ServerName = structure(logical(0), tags = list(type = "string")), EngineAttributes = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.opsworkscm$start_maintenance_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Server = structure(list(AssociatePublicIpAddress = structure(logical(0), tags = list(type = "boolean")), BackupRetentionCount = structure(logical(0), tags = list(type = "integer")), ServerName = structure(logical(0), tags = list(type = "string")), CreatedAt = structure(logical(0), tags = list(type = "timestamp")), CloudFormationStackArn = structure(logical(0), tags = list(type = "string")), CustomDomain = structure(logical(0), tags = list(type = "string")), DisableAutomatedBackup = structure(logical(0), tags = list(type = "boolean")), Endpoint = structure(logical(0), tags = list(type = "string")), Engine = structure(logical(0), tags = list(type = "string")), EngineModel = structure(logical(0), tags = list(type = "string")), EngineAttributes = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), EngineVersion = structure(logical(0), tags = list(type = "string")), InstanceProfileArn = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), KeyPair = structure(logical(0), tags = list(type = "string")), MaintenanceStatus = structure(logical(0), tags = list(type = "string")), PreferredMaintenanceWindow = structure(logical(0), tags = list(type = "string")), PreferredBackupWindow = structure(logical(0), tags = list(type = "string")), SecurityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ServiceRoleArn = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), StatusReason = structure(logical(0), tags = list(type = "string")), SubnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ServerArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

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

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

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

.opsworkscm$update_server_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(DisableAutomatedBackup = structure(logical(0), tags = list(type = "boolean")), BackupRetentionCount = structure(logical(0), tags = list(type = "integer")), ServerName = structure(logical(0), tags = list(type = "string")), PreferredMaintenanceWindow = structure(logical(0), tags = list(type = "string")), PreferredBackupWindow = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.opsworkscm$update_server_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Server = structure(list(AssociatePublicIpAddress = structure(logical(0), tags = list(type = "boolean")), BackupRetentionCount = structure(logical(0), tags = list(type = "integer")), ServerName = structure(logical(0), tags = list(type = "string")), CreatedAt = structure(logical(0), tags = list(type = "timestamp")), CloudFormationStackArn = structure(logical(0), tags = list(type = "string")), CustomDomain = structure(logical(0), tags = list(type = "string")), DisableAutomatedBackup = structure(logical(0), tags = list(type = "boolean")), Endpoint = structure(logical(0), tags = list(type = "string")), Engine = structure(logical(0), tags = list(type = "string")), EngineModel = structure(logical(0), tags = list(type = "string")), EngineAttributes = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), EngineVersion = structure(logical(0), tags = list(type = "string")), InstanceProfileArn = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), KeyPair = structure(logical(0), tags = list(type = "string")), MaintenanceStatus = structure(logical(0), tags = list(type = "string")), PreferredMaintenanceWindow = structure(logical(0), tags = list(type = "string")), PreferredBackupWindow = structure(logical(0), tags = list(type = "string")), SecurityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ServiceRoleArn = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), StatusReason = structure(logical(0), tags = list(type = "string")), SubnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ServerArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.opsworkscm$update_server_engine_attributes_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ServerName = structure(logical(0), tags = list(type = "string")), AttributeName = structure(logical(0), tags = list(type = "string")), AttributeValue = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.opsworkscm$update_server_engine_attributes_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Server = structure(list(AssociatePublicIpAddress = structure(logical(0), tags = list(type = "boolean")), BackupRetentionCount = structure(logical(0), tags = list(type = "integer")), ServerName = structure(logical(0), tags = list(type = "string")), CreatedAt = structure(logical(0), tags = list(type = "timestamp")), CloudFormationStackArn = structure(logical(0), tags = list(type = "string")), CustomDomain = structure(logical(0), tags = list(type = "string")), DisableAutomatedBackup = structure(logical(0), tags = list(type = "boolean")), Endpoint = structure(logical(0), tags = list(type = "string")), Engine = structure(logical(0), tags = list(type = "string")), EngineModel = structure(logical(0), tags = list(type = "string")), EngineAttributes = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), Value = structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "structure"))), tags = list(type = "list")), EngineVersion = structure(logical(0), tags = list(type = "string")), InstanceProfileArn = structure(logical(0), tags = list(type = "string")), InstanceType = structure(logical(0), tags = list(type = "string")), KeyPair = structure(logical(0), tags = list(type = "string")), MaintenanceStatus = structure(logical(0), tags = list(type = "string")), PreferredMaintenanceWindow = structure(logical(0), tags = list(type = "string")), PreferredBackupWindow = structure(logical(0), tags = list(type = "string")), SecurityGroupIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ServiceRoleArn = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), StatusReason = structure(logical(0), tags = list(type = "string")), SubnetIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), ServerArn = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

Try the paws.management package in your browser

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

paws.management documentation built on May 29, 2024, 1:50 a.m.