R/panorama_interfaces.R

Defines functions update_device_metadata_output update_device_metadata_input untag_resource_output untag_resource_input tag_resource_output tag_resource_input signal_application_instance_node_instances_output signal_application_instance_node_instances_input remove_application_instance_output remove_application_instance_input register_package_version_output register_package_version_input provision_device_output provision_device_input list_tags_for_resource_output list_tags_for_resource_input list_packages_output list_packages_input list_package_import_jobs_output list_package_import_jobs_input list_nodes_output list_nodes_input list_node_from_template_jobs_output list_node_from_template_jobs_input list_devices_jobs_output list_devices_jobs_input list_devices_output list_devices_input list_application_instances_output list_application_instances_input list_application_instance_node_instances_output list_application_instance_node_instances_input list_application_instance_dependencies_output list_application_instance_dependencies_input describe_package_version_output describe_package_version_input describe_package_import_job_output describe_package_import_job_input describe_package_output describe_package_input describe_node_from_template_job_output describe_node_from_template_job_input describe_node_output describe_node_input describe_device_job_output describe_device_job_input describe_device_output describe_device_input describe_application_instance_details_output describe_application_instance_details_input describe_application_instance_output describe_application_instance_input deregister_package_version_output deregister_package_version_input delete_package_output delete_package_input delete_device_output delete_device_input create_package_import_job_output create_package_import_job_input create_package_output create_package_input create_node_from_template_job_output create_node_from_template_job_input create_job_for_devices_output create_job_for_devices_input create_application_instance_output create_application_instance_input

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

.panorama$create_application_instance_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ApplicationInstanceIdToReplace = structure(logical(0), tags = list(type = "string")), DefaultRuntimeContextDevice = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), ManifestOverridesPayload = structure(list(PayloadData = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", union = TRUE)), ManifestPayload = structure(list(PayloadData = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", union = TRUE)), Name = structure(logical(0), tags = list(type = "string")), RuntimeRoleArn = structure(logical(0), tags = list(type = "string")), Tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.panorama$create_job_for_devices_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(DeviceIds = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), DeviceJobConfig = structure(list(OTAJobConfig = structure(list(AllowMajorVersionUpdate = structure(logical(0), tags = list(type = "boolean")), ImageVersion = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), JobType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.panorama$create_job_for_devices_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Jobs = structure(list(structure(list(DeviceId = structure(logical(0), tags = list(type = "string")), JobId = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.panorama$create_node_from_template_job_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(JobTags = structure(list(structure(list(ResourceType = structure(logical(0), tags = list(type = "string")), Tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure"))), tags = list(type = "list")), NodeDescription = structure(logical(0), tags = list(type = "string")), NodeName = structure(logical(0), tags = list(type = "string")), OutputPackageName = structure(logical(0), tags = list(type = "string")), OutputPackageVersion = structure(logical(0), tags = list(type = "string")), TemplateParameters = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "map")), TemplateType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

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

.panorama$create_package_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Arn = structure(logical(0), tags = list(type = "string")), PackageId = structure(logical(0), tags = list(type = "string")), StorageLocation = structure(list(BinaryPrefixLocation = structure(logical(0), tags = list(type = "string")), Bucket = structure(logical(0), tags = list(type = "string")), GeneratedPrefixLocation = structure(logical(0), tags = list(type = "string")), ManifestPrefixLocation = structure(logical(0), tags = list(type = "string")), RepoPrefixLocation = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.panorama$create_package_import_job_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ClientToken = structure(logical(0), tags = list(type = "string")), InputConfig = structure(list(PackageVersionInputConfig = structure(list(S3Location = structure(list(BucketName = structure(logical(0), tags = list(type = "string")), ObjectKey = structure(logical(0), tags = list(type = "string")), Region = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), JobTags = structure(list(structure(list(ResourceType = structure(logical(0), tags = list(type = "string")), Tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure"))), tags = list(type = "list")), JobType = structure(logical(0), tags = list(type = "string")), OutputConfig = structure(list(PackageVersionOutputConfig = structure(list(MarkLatest = structure(logical(0), tags = list(type = "boolean")), PackageName = structure(logical(0), tags = list(type = "string")), PackageVersion = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

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

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

.panorama$delete_package_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ForceDelete = structure(logical(0), tags = list(location = "querystring", locationName = "ForceDelete", type = "boolean")), PackageId = structure(logical(0), tags = list(location = "uri", locationName = "PackageId", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.panorama$deregister_package_version_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(OwnerAccount = structure(logical(0), tags = list(location = "querystring", locationName = "OwnerAccount", type = "string")), PackageId = structure(logical(0), tags = list(location = "uri", locationName = "PackageId", type = "string")), PackageVersion = structure(logical(0), tags = list(location = "uri", locationName = "PackageVersion", type = "string")), PatchVersion = structure(logical(0), tags = list(location = "uri", locationName = "PatchVersion", type = "string")), UpdatedLatestPatchVersion = structure(logical(0), tags = list(location = "querystring", locationName = "UpdatedLatestPatchVersion", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

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

.panorama$describe_application_instance_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ApplicationInstanceId = structure(logical(0), tags = list(type = "string")), ApplicationInstanceIdToReplace = structure(logical(0), tags = list(type = "string")), Arn = structure(logical(0), tags = list(type = "string")), CreatedTime = structure(logical(0), tags = list(type = "timestamp")), DefaultRuntimeContextDevice = structure(logical(0), tags = list(type = "string")), DefaultRuntimeContextDeviceName = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), HealthStatus = structure(logical(0), tags = list(type = "string")), LastUpdatedTime = structure(logical(0), tags = list(type = "timestamp")), Name = structure(logical(0), tags = list(type = "string")), RuntimeContextStates = structure(list(structure(list(DesiredState = structure(logical(0), tags = list(type = "string")), DeviceReportedStatus = structure(logical(0), tags = list(type = "string")), DeviceReportedTime = structure(logical(0), tags = list(type = "timestamp")), RuntimeContextName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), RuntimeRoleArn = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), StatusDescription = structure(logical(0), tags = list(type = "string")), Tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.panorama$describe_application_instance_details_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ApplicationInstanceId = structure(logical(0), tags = list(type = "string")), ApplicationInstanceIdToReplace = structure(logical(0), tags = list(type = "string")), CreatedTime = structure(logical(0), tags = list(type = "timestamp")), DefaultRuntimeContextDevice = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), ManifestOverridesPayload = structure(list(PayloadData = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", union = TRUE)), ManifestPayload = structure(list(PayloadData = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure", union = TRUE)), Name = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.panorama$describe_device_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AlternateSoftwares = structure(list(structure(list(Version = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Arn = structure(logical(0), tags = list(type = "string")), Brand = structure(logical(0), tags = list(type = "string")), CreatedTime = structure(logical(0), tags = list(type = "timestamp")), CurrentNetworkingStatus = structure(list(Ethernet0Status = structure(list(ConnectionStatus = structure(logical(0), tags = list(type = "string")), HwAddress = structure(logical(0), tags = list(type = "string")), IpAddress = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Ethernet1Status = structure(list(ConnectionStatus = structure(logical(0), tags = list(type = "string")), HwAddress = structure(logical(0), tags = list(type = "string")), IpAddress = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LastUpdatedTime = structure(logical(0), tags = list(type = "timestamp")), NtpStatus = structure(list(ConnectionStatus = structure(logical(0), tags = list(type = "string")), IpAddress = structure(logical(0), tags = list(type = "string")), NtpServerName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), CurrentSoftware = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), DeviceAggregatedStatus = structure(logical(0), tags = list(type = "string")), DeviceConnectionStatus = structure(logical(0), tags = list(type = "string")), DeviceId = structure(logical(0), tags = list(type = "string")), LatestAlternateSoftware = structure(logical(0), tags = list(type = "string")), LatestDeviceJob = structure(list(ImageVersion = structure(logical(0), tags = list(type = "string")), JobType = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LatestSoftware = structure(logical(0), tags = list(type = "string")), LeaseExpirationTime = structure(logical(0), tags = list(type = "timestamp")), Name = structure(logical(0), tags = list(type = "string")), NetworkingConfiguration = structure(list(Ethernet0 = structure(list(ConnectionType = structure(logical(0), tags = list(type = "string")), StaticIpConnectionInfo = structure(list(DefaultGateway = structure(logical(0), tags = list(type = "string")), Dns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), IpAddress = structure(logical(0), tags = list(type = "string")), Mask = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Ethernet1 = structure(list(ConnectionType = structure(logical(0), tags = list(type = "string")), StaticIpConnectionInfo = structure(list(DefaultGateway = structure(logical(0), tags = list(type = "string")), Dns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), IpAddress = structure(logical(0), tags = list(type = "string")), Mask = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Ntp = structure(list(NtpServers = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), ProvisioningStatus = structure(logical(0), tags = list(type = "string")), SerialNumber = structure(logical(0), tags = list(type = "string")), Tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), Type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.panorama$describe_device_job_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(CreatedTime = structure(logical(0), tags = list(type = "timestamp")), DeviceArn = structure(logical(0), tags = list(type = "string")), DeviceId = structure(logical(0), tags = list(type = "string")), DeviceName = structure(logical(0), tags = list(type = "string")), DeviceType = structure(logical(0), tags = list(type = "string")), ImageVersion = structure(logical(0), tags = list(type = "string")), JobId = structure(logical(0), tags = list(type = "string")), JobType = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.panorama$describe_node_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(NodeId = structure(logical(0), tags = list(location = "uri", locationName = "NodeId", type = "string")), OwnerAccount = structure(logical(0), tags = list(location = "querystring", locationName = "OwnerAccount", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.panorama$describe_node_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(AssetName = structure(logical(0), tags = list(type = "string")), Category = structure(logical(0), tags = list(type = "string")), CreatedTime = structure(logical(0), tags = list(type = "timestamp")), Description = structure(logical(0), tags = list(type = "string")), LastUpdatedTime = structure(logical(0), tags = list(type = "timestamp")), Name = structure(logical(0), tags = list(type = "string")), NodeId = structure(logical(0), tags = list(type = "string")), NodeInterface = structure(list(Inputs = structure(list(structure(list(DefaultValue = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), MaxConnections = structure(logical(0), tags = list(type = "integer")), Name = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Outputs = structure(list(structure(list(Description = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), Type = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure")), OwnerAccount = structure(logical(0), tags = list(type = "string")), PackageArn = structure(logical(0), tags = list(type = "string")), PackageId = structure(logical(0), tags = list(type = "string")), PackageName = structure(logical(0), tags = list(type = "string")), PackageVersion = structure(logical(0), tags = list(type = "string")), PatchVersion = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.panorama$describe_node_from_template_job_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(CreatedTime = structure(logical(0), tags = list(type = "timestamp")), JobId = structure(logical(0), tags = list(type = "string")), JobTags = structure(list(structure(list(ResourceType = structure(logical(0), tags = list(type = "string")), Tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure"))), tags = list(type = "list")), LastUpdatedTime = structure(logical(0), tags = list(type = "timestamp")), NodeDescription = structure(logical(0), tags = list(type = "string")), NodeName = structure(logical(0), tags = list(type = "string")), OutputPackageName = structure(logical(0), tags = list(type = "string")), OutputPackageVersion = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), StatusMessage = structure(logical(0), tags = list(type = "string")), TemplateParameters = structure(list(structure(logical(0), tags = list(type = "string", sensitive = TRUE))), tags = list(type = "map")), TemplateType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.panorama$describe_package_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Arn = structure(logical(0), tags = list(type = "string")), CreatedTime = structure(logical(0), tags = list(type = "timestamp")), PackageId = structure(logical(0), tags = list(type = "string")), PackageName = structure(logical(0), tags = list(type = "string")), ReadAccessPrincipalArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), StorageLocation = structure(list(BinaryPrefixLocation = structure(logical(0), tags = list(type = "string")), Bucket = structure(logical(0), tags = list(type = "string")), GeneratedPrefixLocation = structure(logical(0), tags = list(type = "string")), ManifestPrefixLocation = structure(logical(0), tags = list(type = "string")), RepoPrefixLocation = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), Tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), WriteAccessPrincipalArns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.panorama$describe_package_import_job_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ClientToken = structure(logical(0), tags = list(type = "string")), CreatedTime = structure(logical(0), tags = list(type = "timestamp")), InputConfig = structure(list(PackageVersionInputConfig = structure(list(S3Location = structure(list(BucketName = structure(logical(0), tags = list(type = "string")), ObjectKey = structure(logical(0), tags = list(type = "string")), Region = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure"))), tags = list(type = "structure")), JobId = structure(logical(0), tags = list(type = "string")), JobTags = structure(list(structure(list(ResourceType = structure(logical(0), tags = list(type = "string")), Tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure"))), tags = list(type = "list")), JobType = structure(logical(0), tags = list(type = "string")), LastUpdatedTime = structure(logical(0), tags = list(type = "timestamp")), Output = structure(list(OutputS3Location = structure(list(BucketName = structure(logical(0), tags = list(type = "string")), ObjectKey = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), PackageId = structure(logical(0), tags = list(type = "string")), PackageVersion = structure(logical(0), tags = list(type = "string")), PatchVersion = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), OutputConfig = structure(list(PackageVersionOutputConfig = structure(list(MarkLatest = structure(logical(0), tags = list(type = "boolean")), PackageName = structure(logical(0), tags = list(type = "string")), PackageVersion = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Status = structure(logical(0), tags = list(type = "string")), StatusMessage = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.panorama$describe_package_version_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(OwnerAccount = structure(logical(0), tags = list(location = "querystring", locationName = "OwnerAccount", type = "string")), PackageId = structure(logical(0), tags = list(location = "uri", locationName = "PackageId", type = "string")), PackageVersion = structure(logical(0), tags = list(location = "uri", locationName = "PackageVersion", type = "string")), PatchVersion = structure(logical(0), tags = list(location = "querystring", locationName = "PatchVersion", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.panorama$describe_package_version_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(IsLatestPatch = structure(logical(0), tags = list(type = "boolean")), OwnerAccount = structure(logical(0), tags = list(type = "string")), PackageArn = structure(logical(0), tags = list(type = "string")), PackageId = structure(logical(0), tags = list(type = "string")), PackageName = structure(logical(0), tags = list(type = "string")), PackageVersion = structure(logical(0), tags = list(type = "string")), PatchVersion = structure(logical(0), tags = list(type = "string")), RegisteredTime = structure(logical(0), tags = list(type = "timestamp")), Status = structure(logical(0), tags = list(type = "string")), StatusDescription = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.panorama$list_application_instance_dependencies_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ApplicationInstanceId = structure(logical(0), tags = list(location = "uri", locationName = "ApplicationInstanceId", 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))
}

.panorama$list_application_instance_dependencies_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(NextToken = structure(logical(0), tags = list(type = "string")), PackageObjects = structure(list(structure(list(Name = structure(logical(0), tags = list(type = "string")), PackageVersion = structure(logical(0), tags = list(type = "string")), PatchVersion = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.panorama$list_application_instance_node_instances_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ApplicationInstanceId = structure(logical(0), tags = list(location = "uri", locationName = "ApplicationInstanceId", 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))
}

.panorama$list_application_instance_node_instances_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(NextToken = structure(logical(0), tags = list(type = "string")), NodeInstances = structure(list(structure(list(CurrentStatus = structure(logical(0), tags = list(type = "string")), NodeId = structure(logical(0), tags = list(type = "string")), NodeInstanceId = structure(logical(0), tags = list(type = "string")), NodeName = structure(logical(0), tags = list(type = "string")), PackageName = structure(logical(0), tags = list(type = "string")), PackagePatchVersion = structure(logical(0), tags = list(type = "string")), PackageVersion = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.panorama$list_application_instances_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(DeviceId = structure(logical(0), tags = list(location = "querystring", locationName = "deviceId", 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")), StatusFilter = structure(logical(0), tags = list(location = "querystring", locationName = "statusFilter", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.panorama$list_application_instances_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ApplicationInstances = structure(list(structure(list(ApplicationInstanceId = structure(logical(0), tags = list(type = "string")), Arn = structure(logical(0), tags = list(type = "string")), CreatedTime = structure(logical(0), tags = list(type = "timestamp")), DefaultRuntimeContextDevice = structure(logical(0), tags = list(type = "string")), DefaultRuntimeContextDeviceName = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), HealthStatus = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), RuntimeContextStates = structure(list(structure(list(DesiredState = structure(logical(0), tags = list(type = "string")), DeviceReportedStatus = structure(logical(0), tags = list(type = "string")), DeviceReportedTime = structure(logical(0), tags = list(type = "timestamp")), RuntimeContextName = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list")), Status = structure(logical(0), tags = list(type = "string")), StatusDescription = structure(logical(0), tags = list(type = "string")), Tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure"))), tags = list(type = "list")), NextToken = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.panorama$list_devices_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(DeviceAggregatedStatusFilter = structure(logical(0), tags = list(location = "querystring", locationName = "DeviceAggregatedStatusFilter", type = "string")), MaxResults = structure(logical(0), tags = list(location = "querystring", locationName = "MaxResults", type = "integer")), NameFilter = structure(logical(0), tags = list(location = "querystring", locationName = "NameFilter", type = "string")), NextToken = structure(logical(0), tags = list(location = "querystring", locationName = "NextToken", type = "string")), SortBy = structure(logical(0), tags = list(location = "querystring", locationName = "SortBy", type = "string")), SortOrder = structure(logical(0), tags = list(location = "querystring", locationName = "SortOrder", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.panorama$list_devices_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Devices = structure(list(structure(list(Brand = structure(logical(0), tags = list(type = "string")), CreatedTime = structure(logical(0), tags = list(type = "timestamp")), CurrentSoftware = structure(logical(0), tags = list(type = "string")), Description = structure(logical(0), tags = list(type = "string")), DeviceAggregatedStatus = structure(logical(0), tags = list(type = "string")), DeviceId = structure(logical(0), tags = list(type = "string")), LastUpdatedTime = structure(logical(0), tags = list(type = "timestamp")), LatestDeviceJob = structure(list(ImageVersion = structure(logical(0), tags = list(type = "string")), JobType = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure")), LeaseExpirationTime = structure(logical(0), tags = list(type = "timestamp")), Name = structure(logical(0), tags = list(type = "string")), ProvisioningStatus = structure(logical(0), tags = list(type = "string")), Tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map")), Type = 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))
}

.panorama$list_devices_jobs_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(DeviceId = structure(logical(0), tags = list(location = "querystring", locationName = "DeviceId", 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))
}

.panorama$list_devices_jobs_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(DeviceJobs = structure(list(structure(list(CreatedTime = structure(logical(0), tags = list(type = "timestamp")), DeviceId = structure(logical(0), tags = list(type = "string")), DeviceName = structure(logical(0), tags = list(type = "string")), JobId = structure(logical(0), tags = list(type = "string")), JobType = 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))
}

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

.panorama$list_node_from_template_jobs_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(NextToken = structure(logical(0), tags = list(type = "string")), NodeFromTemplateJobs = structure(list(structure(list(CreatedTime = structure(logical(0), tags = list(type = "timestamp")), JobId = structure(logical(0), tags = list(type = "string")), NodeName = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string")), StatusMessage = structure(logical(0), tags = list(type = "string")), TemplateType = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.panorama$list_nodes_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Category = structure(logical(0), tags = list(location = "querystring", locationName = "category", 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")), OwnerAccount = structure(logical(0), tags = list(location = "querystring", locationName = "ownerAccount", type = "string")), PackageName = structure(logical(0), tags = list(location = "querystring", locationName = "packageName", type = "string")), PackageVersion = structure(logical(0), tags = list(location = "querystring", locationName = "packageVersion", type = "string")), PatchVersion = structure(logical(0), tags = list(location = "querystring", locationName = "patchVersion", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.panorama$list_nodes_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(NextToken = structure(logical(0), tags = list(type = "string")), Nodes = structure(list(structure(list(Category = structure(logical(0), tags = list(type = "string")), CreatedTime = structure(logical(0), tags = list(type = "timestamp")), Description = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), NodeId = structure(logical(0), tags = list(type = "string")), OwnerAccount = structure(logical(0), tags = list(type = "string")), PackageArn = structure(logical(0), tags = list(type = "string")), PackageId = structure(logical(0), tags = list(type = "string")), PackageName = structure(logical(0), tags = list(type = "string")), PackageVersion = structure(logical(0), tags = list(type = "string")), PatchVersion = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

.panorama$list_package_import_jobs_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(NextToken = structure(logical(0), tags = list(type = "string")), PackageImportJobs = structure(list(structure(list(CreatedTime = structure(logical(0), tags = list(type = "timestamp")), JobId = structure(logical(0), tags = list(type = "string")), JobType = structure(logical(0), tags = list(type = "string")), LastUpdatedTime = structure(logical(0), tags = list(type = "timestamp")), 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))
}

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

.panorama$list_packages_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(NextToken = structure(logical(0), tags = list(type = "string")), Packages = structure(list(structure(list(Arn = structure(logical(0), tags = list(type = "string")), CreatedTime = structure(logical(0), tags = list(type = "timestamp")), PackageId = structure(logical(0), tags = list(type = "string")), PackageName = structure(logical(0), tags = list(type = "string")), Tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

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

.panorama$provision_device_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Description = structure(logical(0), tags = list(type = "string")), Name = structure(logical(0), tags = list(type = "string")), NetworkingConfiguration = structure(list(Ethernet0 = structure(list(ConnectionType = structure(logical(0), tags = list(type = "string")), StaticIpConnectionInfo = structure(list(DefaultGateway = structure(logical(0), tags = list(type = "string")), Dns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), IpAddress = structure(logical(0), tags = list(type = "string")), Mask = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Ethernet1 = structure(list(ConnectionType = structure(logical(0), tags = list(type = "string")), StaticIpConnectionInfo = structure(list(DefaultGateway = structure(logical(0), tags = list(type = "string")), Dns = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list")), IpAddress = structure(logical(0), tags = list(type = "string")), Mask = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "structure")), Ntp = structure(list(NtpServers = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "list"))), tags = list(type = "structure"))), tags = list(type = "structure")), Tags = structure(list(structure(logical(0), tags = list(type = "string"))), tags = list(type = "map"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.panorama$provision_device_output <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(Arn = structure(logical(0), tags = list(type = "string")), Certificates = structure(logical(0), tags = list(type = "blob")), DeviceId = structure(logical(0), tags = list(type = "string")), IotThingName = structure(logical(0), tags = list(type = "string")), Status = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

.panorama$register_package_version_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(MarkLatest = structure(logical(0), tags = list(type = "boolean")), OwnerAccount = structure(logical(0), tags = list(type = "string")), PackageId = structure(logical(0), tags = list(location = "uri", locationName = "PackageId", type = "string")), PackageVersion = structure(logical(0), tags = list(location = "uri", locationName = "PackageVersion", type = "string")), PatchVersion = structure(logical(0), tags = list(location = "uri", locationName = "PatchVersion", type = "string"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

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

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

.panorama$signal_application_instance_node_instances_input <- function(...) {
  args <- c(as.list(environment()), list(...))
  shape <- structure(list(ApplicationInstanceId = structure(logical(0), tags = list(location = "uri", locationName = "ApplicationInstanceId", type = "string")), NodeSignals = structure(list(structure(list(NodeInstanceId = structure(logical(0), tags = list(type = "string")), Signal = structure(logical(0), tags = list(type = "string"))), tags = list(type = "structure"))), tags = list(type = "list"))), tags = list(type = "structure"))
  return(populate(args, shape))
}

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

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

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

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

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

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

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

Try the paws.machine.learning package in your browser

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

paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.